// CHDK palette colors for the a1000 // 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