// CHDK palette colors for the s95 // 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 0x66 // #define COLOR_GREY 0x6D // #define COLOR_GREEN 0x69 // #define COLOR_BLUE_LT 0x68 // #define COLOR_BLUE 0x67 // #define COLOR_YELLOW 0x60 // #define COLOR_GREY_DK 0x20 // #define COLOR_RED_DK COLOR_RED // #define COLOR_RED_LT COLOR_GREY // #define COLOR_GREY_LT 0xDE // Override histogram colors if needed // #define COLOR_REC_MAGENTA COLOR_RED // #define COLOR_PLY_MAGENTA COLOR_REC_MAGENTA