Searched refs:RGB24ColorForIndex (Results 1 – 1 of 1) sorted by relevance
343 inline uint32 RGB24ColorForIndex(uint8 index) const;344 inline void RGB24ColorForIndex(uint8 index, uint8 &red, uint8 &green,651 PaletteConverter::RGB24ColorForIndex(uint8 index) const in RGB24ColorForIndex() function in PaletteConverter672 PaletteConverter::RGB24ColorForIndex(uint8 index, uint8 &red, uint8 &green, in RGB24ColorForIndex() function in PaletteConverter834 converter.RGB24ColorForIndex(*BaseReader<uint8>::pixels, color.red, color.green, in Read()