ColorForIndex
rgb_color ColorForIndex(uint8 index);
rgb_color ColorForIndex(const uint8 index);
fScanLine[fScanlinePosition] = fPalette->ColorForIndex(string[x]);
uint32 ColorForIndex(int index);
actualColor = screen.ColorForIndex(index);
actualColor = screen.ColorForIndex(index);
= BScreen(Window()).ColorForIndex(fSelectedPaletteColorIndex);
c2 = BScreen(Window()).ColorForIndex(fSelectedPaletteColorIndex);
return fScreen->ColorForIndex(index);
color = screen.ColorForIndex((uchar)index);