Lines Matching refs:GX_RGB
62 #define OS_FAVORITE_COLOR_VALUE_GRAY GX_RGB(12,16,19)
63 #define OS_FAVORITE_COLOR_VALUE_BROWN GX_RGB(23, 9, 0)
64 #define OS_FAVORITE_COLOR_VALUE_RED GX_RGB(31, 0, 3)
65 #define OS_FAVORITE_COLOR_VALUE_PINK GX_RGB(31,17,31)
66 #define OS_FAVORITE_COLOR_VALUE_ORANGE GX_RGB(31,18, 0)
67 #define OS_FAVORITE_COLOR_VALUE_YELLOW GX_RGB(30,28, 0)
68 #define OS_FAVORITE_COLOR_VALUE_LIME_GREEN GX_RGB(21,31, 0)
69 #define OS_FAVORITE_COLOR_VALUE_GREEN GX_RGB( 0,31, 0)
70 #define OS_FAVORITE_COLOR_VALUE_DARK_GREEN GX_RGB( 0,20, 7)
71 #define OS_FAVORITE_COLOR_VALUE_SEA_GREEN GX_RGB( 9,27,17)
72 #define OS_FAVORITE_COLOR_VALUE_TURQUOISE GX_RGB( 6,23,30)
73 #define OS_FAVORITE_COLOR_VALUE_BLUE GX_RGB( 0,11,30)
74 #define OS_FAVORITE_COLOR_VALUE_DARK_BLUE GX_RGB( 0, 0,18)
75 #define OS_FAVORITE_COLOR_VALUE_PURPLE GX_RGB(17, 0,26)
76 #define OS_FAVORITE_COLOR_VALUE_VIOLET GX_RGB(26, 0,29)
77 #define OS_FAVORITE_COLOR_VALUE_MAGENTA GX_RGB(31, 0,18)