root/platform/sx150is/platform_palette.h

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

INCLUDED FROM


   1 // CHDK palette colors for the sx150is
   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                   0x1e
   9 //    #define COLOR_GREY                  0x1a
  10 //    #define COLOR_GREEN                 0x17
  11 //    #define COLOR_BLUE_LT               0x10
  12 //    #define COLOR_BLUE                  0x14
  13 //    #define COLOR_YELLOW                0x60
  14 //    #define COLOR_GREY_DK               0x62
  15 //    #define COLOR_RED_DK                COLOR_RED
  16 //    #define COLOR_RED_LT                0x1e        // Orange
  17 //    #define COLOR_GREY_LT               0x16
  18     // Override histogram colors if needed
  19 //    #define COLOR_REC_RED               0x66
  20 //    #define COLOR_PLY_RED               0xA0
  21 //    #define COLOR_REC_BLUE              0x61
  22 //    #define COLOR_PLY_BLUE              0xA2
  23 //    #define COLOR_REC_GREEN             0x5F
  24 //    #define COLOR_PLY_GREEN             0xA1
  25 //    #define COLOR_REC_MAGENTA           COLOR_RED
  26 //    #define COLOR_PLY_MAGENTA           COLOR_REC_MAGENTA
  27 //    #define COLOR_PLY_YELLOW            0x80
  28 

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