// CHDK palette colors for the sx150is // 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 0x01 // #define COLOR_RED 0x1e // #define COLOR_GREY 0x1a // #define COLOR_GREEN 0x17 // #define COLOR_BLUE_LT 0x10 // #define COLOR_BLUE 0x14 // #define COLOR_YELLOW 0x60 // #define COLOR_GREY_DK 0x62 // #define COLOR_RED_DK COLOR_RED // #define COLOR_RED_LT 0x1e // Orange // #define COLOR_GREY_LT 0x16 // Override histogram colors if needed // #define COLOR_REC_RED 0x66 // #define COLOR_PLY_RED 0xA0 // #define COLOR_REC_BLUE 0x61 // #define COLOR_PLY_BLUE 0xA2 // #define COLOR_REC_GREEN 0x5F // #define COLOR_PLY_GREEN 0xA1 // #define COLOR_REC_MAGENTA COLOR_RED // #define COLOR_PLY_MAGENTA COLOR_REC_MAGENTA // #define COLOR_PLY_YELLOW 0x80