// CHDK palette colors for the a495 // 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 0x2F // #define COLOR_GREY 0x1F // #define COLOR_GREEN 0xFC // #define COLOR_BLUE_LT 0xEE // #define COLOR_BLUE 0xEF // #define COLOR_YELLOW 0xDD // #define COLOR_GREY_DK 0x0F // #define COLOR_RED_DK 0x22 // #define COLOR_RED_LT 0x24 // #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