// CHDK palette colors for the s90 // 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 0x2B // #define COLOR_GREY 0x17 // #define COLOR_GREEN 0x99 // #define COLOR_BLUE_LT 0xA9 // #define COLOR_BLUE 0xA1 // #define COLOR_YELLOW 0x9A // #define COLOR_GREY_DK 0x61 // #define COLOR_RED_DK 0x29 // #define COLOR_RED_LT 0x1E // #define COLOR_GREY_LT 0x16 // Override histogram colors if needed // #define COLOR_REC_MAGENTA COLOR_BLACK // there isn't purplish on this cam I guess // #define COLOR_PLY_MAGENTA COLOR_REC_MAGENTA