// CHDK palette colors for the a3100 // 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_BLUE 0x00 // #define COLOR_GREY 0x66 // #define COLOR_GREEN 0xcc // #define COLOR_BLUE_LT 0x4e // #define COLOR_YELLOW 0x2d // #define COLOR_RED_DK 0x22 // #define COLOR_RED_LT 0x24 // #define COLOR_GREY_LT 0x66 // #define COLOR_GREY_DK 0x37 // Override histogram colors if needed // #define COLOR_REC_RED 0x02 // #define COLOR_REC_GREEN 0x0c // #define COLOR_REC_BLUE 0xe3 // #define COLOR_PLY_RED 0x02 // #define COLOR_PLY_GREEN 0x0c // #define COLOR_PLY_BLUE 0x00 // #define COLOR_REC_MAGENTA 0xf0 //32 // #define COLOR_REC_YELLOW 0xf0 //0b // #define COLOR_PLY_YELLOW 0xf0 //09 // #define COLOR_PLY_MAGENTA 0xf0 //09 // #define COLOR_PLY_CYAN 0xf0 //00 // #define COLOR_REC_CYAN 0xf0 //0e // #define COLOR_ICON_REC_RED 0x62 // #define COLOR_ICON_REC_RED_DK 0x72 // #define COLOR_ICON_REC_RED_LT 0x52 // #define COLOR_ICON_REC_GREEN 0xc6 // #define COLOR_ICON_REC_GREEN_DK 0xc7 // #define COLOR_ICON_REC_GREEN_LT 0xc5 // #define COLOR_ICON_REC_YELLOW 0x9d // #define COLOR_ICON_REC_YELLOW_DK 0x9c // #define COLOR_ICON_REC_YELLOW_LT 0x8d // #define COLOR_ICON_REC_GREY COLOR_GREY // #define COLOR_ICON_REC_GREY_DK 0x77 // #define COLOR_ICON_REC_GREY_LT 0x55