Home
last modified time | relevance | path

Searched refs:ColorForIndex (Results 1 – 11 of 11) sorted by relevance

/haiku/src/add-ons/translators/gif/
H A DLoadPalette.h29 uint32 ColorForIndex(int index);
H A DLoadPalette.cpp34 LoadPalette::ColorForIndex(int index) in ColorForIndex() function in LoadPalette
H A DGIFLoad.cpp616 fScanLine[fScanlinePosition] = fPalette->ColorForIndex(string[x]); in OutputColor()
/haiku/src/kits/interface/
H A DScreen.cpp120 BScreen::ColorForIndex(const uint8 index) in ColorForIndex() function in BScreen
123 return fScreen->ColorForIndex(index); in ColorForIndex()
H A DColorControl.cpp286 = BScreen(Window()).ColorForIndex(fSelectedPaletteColorIndex); in SetValue()
293 c2 = BScreen(Window()).ColorForIndex(fSelectedPaletteColorIndex); in SetValue()
H A DPrivateScreen.cpp306 BPrivateScreen::ColorForIndex(const uint8 index) in ColorForIndex() function in BPrivateScreen
/haiku/headers/private/interface/
H A DPrivateScreen.h51 rgb_color ColorForIndex(const uint8 index);
/haiku/headers/os/interface/
H A DScreen.h42 rgb_color ColorForIndex(uint8 index);
/haiku/src/apps/showimage/
H A DFilter.cpp835 actualColor = screen.ColorForIndex(index); in Dither()
886 actualColor = screen.ColorForIndex(index); in Dither()
/haiku/docs/user/interface/
H A DScreen.dox44 IndexForColor() and ColorForIndex().
252 \fn rgb_color BScreen::ColorForIndex(const uint8 index)
/haiku/src/kits/tracker/
H A DIconCache.cpp1302 color = screen.ColorForIndex((uchar)index); in InitHighlightTable()