Searched refs:IndexForRGB24 (Results 1 – 3 of 3) sorted by relevance
/haiku/headers/private/interface/ |
H A D | ColorConversion.h | 42 inline uint8 IndexForRGB24(uint32 rgb) const; 43 inline uint8 IndexForRGB24(uint8 red, uint8 green, uint8 blue) const;
|
/haiku/src/build/libbe/interface/ |
H A D | Bitmap.cpp | 336 inline uint8 IndexForRGB24(uint32 rgb) const; 337 inline uint8 IndexForRGB24(uint8 red, uint8 green, uint8 blue) const; 556 PaletteConverter::IndexForRGB24(uint32 rgb) const in IndexForRGB24() function in PaletteConverter 573 PaletteConverter::IndexForRGB24(uint8 red, uint8 green, uint8 blue) const in IndexForRGB24() function in PaletteConverter 590 return IndexForRGB24(gray, gray, gray); in IndexForGray() 1056 *pixels = converter.IndexForRGB24(color.red, color.green, color.blue); in Write()
|
/haiku/src/kits/interface/ |
H A D | ColorConversion.cpp | 285 PaletteConverter::IndexForRGB24(uint32 rgb) const in IndexForRGB24() function in BPrivate::PaletteConverter 304 PaletteConverter::IndexForRGB24(uint8 red, uint8 green, uint8 blue) const in IndexForRGB24() function in BPrivate::PaletteConverter 325 return IndexForRGB24(rgba); in IndexForRGBA32() 340 return IndexForRGB24(gray, gray, gray); in IndexForGray()
|