// CHDK palette colors for the d10 // 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 0xD3 // #define COLOR_RED 0x6A // #define COLOR_GREY 0x12 // #define COLOR_GREEN 0xBF // #define COLOR_BLUE_LT 0x7C // #define COLOR_BLUE 0x90 // #define COLOR_YELLOW 0x53 // #define COLOR_GREY_DK 0x22 // #define COLOR_RED_DK 0x72 // #define COLOR_RED_LT 0x5C // #define COLOR_GREY_LT 0x16 // Override histogram colors if needed // #define COLOR_REC_MAGENTA 0x72 // #define COLOR_PLY_MAGENTA COLOR_REC_MAGENTA