Searched refs:ColorForIndex (Results 1 - 10 of 10) sorted by last modified time

/haiku/src/kits/interface/
H A DColorControl.cpp286 = BScreen(Window()).ColorForIndex(fSelectedPaletteColorIndex);
293 c2 = BScreen(Window()).ColorForIndex(fSelectedPaletteColorIndex);
H A DScreen.cpp120 BScreen::ColorForIndex(const uint8 index) function in class:BScreen
123 return fScreen->ColorForIndex(index);
H A DPrivateScreen.cpp306 BPrivateScreen::ColorForIndex(const uint8 index) function in class:BPrivateScreen
/haiku/src/kits/tracker/
H A DIconCache.cpp1302 color = screen.ColorForIndex((uchar)index);
/haiku/src/add-ons/translators/gif/
H A DGIFLoad.cpp616 fScanLine[fScanlinePosition] = fPalette->ColorForIndex(string[x]);
H A DLoadPalette.cpp34 LoadPalette::ColorForIndex(int index) function in class:LoadPalette
H A DLoadPalette.h29 uint32 ColorForIndex(int index);
/haiku/src/apps/showimage/
H A DFilter.cpp835 actualColor = screen.ColorForIndex(index);
886 actualColor = screen.ColorForIndex(index);
/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);

Completed in 68 milliseconds