// CHDK palette colors for the ixus75_sd750 // Define color values as needed in this file. // Values not defined here will be set to default values in core/gui_draw.h // See comments in core/gui_draw.h for more details on CHDK color definitions. // #define COLOR_WHITE 0x11 // #define COLOR_RED 0x22 // #define COLOR_GREY 0x3F // #define COLOR_GREEN 0x55 // #define COLOR_BLUE_LT 0xDD // #define COLOR_BLUE 0xDF // #define COLOR_YELLOW 0xEE // #define COLOR_GREY_DK 0x44 // #define COLOR_RED_DK 0x2E // #define COLOR_RED_LT 0x21 // #define COLOR_GREY_LT 0x1F // Override histogram colors if needed // #define COLOR_REC_MAGENTA 0x66 // #define COLOR_PLY_MAGENTA 0xE2 // #define COLOR_PLY_BLUE 0xCC // #define COLOR_PLY_CYAN 0x99 // #define COLOR_PLY_YELLOW 0x66 // Icon colors // 3 shades of Red, Green, Yellow and Grey // Separate definitions for record and playback mode // to cater for cameras with variable palettes // #define COLOR_ICON_REC_RED 0x88 // #define COLOR_ICON_REC_RED_DK 0x83 // #define COLOR_ICON_REC_RED_LT 0x81 // #define COLOR_ICON_REC_GREEN 0x55 // #define COLOR_ICON_REC_GREEN_DK 0x53 // #define COLOR_ICON_REC_GREEN_LT 0x51 // #define COLOR_ICON_REC_YELLOW 0x66 // #define COLOR_ICON_REC_YELLOW_DK 0x36 // #define COLOR_ICON_REC_YELLOW_LT 0x61 // #define COLOR_ICON_REC_GREY COLOR_GREY // #define COLOR_ICON_REC_GREY_DK 0x33 // #define COLOR_ICON_REC_GREY_LT 0x11