Searched refs:ColorTable (Results 1 – 3 of 3) sorted by relevance
56 ColorTable; typedef169 static void ColorTableInit(ColorTable * t) in ColorTableInit()190 static int ColorTableAppend(ColorTable * t, u16 color) in ColorTableAppend()222 static u16 ColorTableGetColor(ColorTable * t, int index) in ColorTableGetColor()246 ColorTable color_table; in main()
72 ColorTable; typedef98 ColorTable * cp);103 static void OutputCLUT(FILE * fp, char *label, ColorTable * cp);212 static void ColorTableInit(ColorTable * t, int max_colors) in ColorTableInit()235 static int ColorTableAppend(ColorTable * t, u16 color) in ColorTableAppend()267 static u16 ColorTableGetColor(ColorTable * t, int index) in ColorTableGetColor()283 ColorTable * cp) in Rgb2Index()362 static void OutputCLUT(FILE * fp, char *label, ColorTable * cp) in OutputCLUT()500 ColorTable clut = { 0 }; in Convert()
528 const GXRgb ColorTable[8] = variable625 if ( c >= sizeof(ColorTable)/sizeof(ColorTable[0]) ) in DrawBarWithColor()629 color = ColorTable[c]; in DrawBarWithColor()