root/platform/a3000/platform_palette.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 // CHDK palette colors for the a3000
   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                 0x01
   8 //    #define COLOR_RED                   0x22
   9 //    #define COLOR_GREY                  0xF3
  10 //    #define COLOR_GREEN                 0xcF
  11 //    #define COLOR_BLUE_LT               0x61
  12 //    #define COLOR_BLUE                  0xE7
  13 //    #define COLOR_YELLOW                0xDD
  14 //    #define COLOR_GREY_DK               0x0F
  15 //    #define COLOR_RED_DK                COLOR_RED
  16 //    #define COLOR_RED_LT                0x4E
  17 //    #define COLOR_GREY_LT               0x6F
  18     // Override histogram colors if needed
  19 //    #define COLOR_REC_MAGENTA           COLOR_RED
  20 //    #define COLOR_PLY_MAGENTA           COLOR_REC_MAGENTA
  21 

/* [<][>][^][v][top][bottom][index][help] */