1 // CHDK palette colors for the ixus130_sd1400 2 3 // Define color values as needed in this file. 4 // Values not defined here will be set to default values in core/gui_draw.h 5 // See comments in core/gui_draw.h for more details on CHDK color definitions. 6 7 // #define COLOR_WHITE 0xD3 8 // #define COLOR_RED 0x6A 9 // #define COLOR_GREY 0x12 10 // #define COLOR_GREEN 0xBF 11 // #define COLOR_BLUE_LT 0x7C 12 // #define COLOR_BLUE 0x90 13 // #define COLOR_YELLOW 0x53 14 // #define COLOR_GREY_DK 0x22 15 // #define COLOR_RED_DK 0x72 16 // #define COLOR_RED_LT 0x5C 17 // #define COLOR_GREY_LT 0x16 18 // Override histogram colors if needed 19 // #define COLOR_REC_MAGENTA 0x72 20 // #define COLOR_PLY_MAGENTA COLOR_REC_MAGENTA 21