Structures for managing pixel formats.
|
template<int bitFormat> |
PixelFormat | Graphics::createPixelFormat () |
|
template<> |
uint32 | Graphics::PixelFormat::RGBToColorT (uint8 r, uint8 g, uint8 b) const |
|
template<> |
uint32 | Graphics::PixelFormat::ARGBToColorT (uint8 a, uint8 r, uint8 g, uint8 b) const |
|
template<> |
void | Graphics::PixelFormat::colorToRGBT (uint32 color, uint8 &r, uint8 &g, uint8 &b) const |
|
template<> |
void | Graphics::PixelFormat::colorToARGBT (uint32 color, uint8 &a, uint8 &r, uint8 &g, uint8 &b) const |
|
◆ createPixelFormat()