root/platform/sx130is/platform_palette.h

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

INCLUDED FROM


   1 // CHDK palette colors for the sx130is
   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 
  29 // Icon colors
  30 // 3 shades of Red, Green, Yellow and Grey
  31 // Separate definitions for record and playback mode
  32 // to cater for cameras with variable palettes
  33 //    #define COLOR_ICON_REC_RED          0x66
  34 //    #define COLOR_ICON_REC_RED_DK       0x66
  35 //    #define COLOR_ICON_REC_RED_LT       0x66
  36 //    #define COLOR_ICON_REC_GREEN        0x6B
  37 //    #define COLOR_ICON_REC_GREEN_DK     0x6B
  38 //    #define COLOR_ICON_REC_GREEN_LT     0x69
  39 //    #define COLOR_ICON_REC_YELLOW       0x60
  40 //    #define COLOR_ICON_REC_YELLOW_DK    0x45
  41 //    #define COLOR_ICON_REC_YELLOW_LT    0x6C
  42 //    #define COLOR_ICON_REC_GREY         COLOR_GREY
  43 //    #define COLOR_ICON_REC_GREY_DK      0x19
  44 //    #define COLOR_ICON_REC_GREY_LT      0x10
  45 //    #define COLOR_ICON_PLY_RED          0xA0
  46 //    #define COLOR_ICON_PLY_RED_DK       0xA0
  47 //    #define COLOR_ICON_PLY_RED_LT       0xA0
  48 //    #define COLOR_ICON_PLY_GREEN        0xA1
  49 //    #define COLOR_ICON_PLY_GREEN_DK     0xA1
  50 //    #define COLOR_ICON_PLY_GREEN_LT     0xA1
  51 //    #define COLOR_ICON_PLY_YELLOW       0x6A
  52 //    #define COLOR_ICON_PLY_YELLOW_DK    0x6F
  53 //    #define COLOR_ICON_PLY_YELLOW_LT    0x63
  54 //    #define COLOR_ICON_PLY_GREY         COLOR_ICON_REC_GREY
  55 //    #define COLOR_ICON_PLY_GREY_DK      COLOR_ICON_REC_GREY_DK
  56 //    #define COLOR_ICON_PLY_GREY_LT      COLOR_ICON_REC_GREY_LT
  57 

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