Searched refs:ColorForIndex (Results 1 – 11 of 11) sorted by relevance
29 uint32 ColorForIndex(int index);
34 LoadPalette::ColorForIndex(int index) in ColorForIndex() function in LoadPalette
616 fScanLine[fScanlinePosition] = fPalette->ColorForIndex(string[x]); in OutputColor()
120 BScreen::ColorForIndex(const uint8 index) in ColorForIndex() function in BScreen123 return fScreen->ColorForIndex(index); in ColorForIndex()
286 = BScreen(Window()).ColorForIndex(fSelectedPaletteColorIndex); in SetValue()293 c2 = BScreen(Window()).ColorForIndex(fSelectedPaletteColorIndex); in SetValue()
306 BPrivateScreen::ColorForIndex(const uint8 index) in ColorForIndex() function in BPrivateScreen
51 rgb_color ColorForIndex(const uint8 index);
42 rgb_color ColorForIndex(uint8 index);
835 actualColor = screen.ColorForIndex(index); in Dither()886 actualColor = screen.ColorForIndex(index); in Dither()
44 IndexForColor() and ColorForIndex().252 \fn rgb_color BScreen::ColorForIndex(const uint8 index)
1302 color = screen.ColorForIndex((uchar)index); in InitHighlightTable()