Graphics::PixelBuffer Union Reference
Structure used to perform pixel format conversions. More...
#include <Colors.h>
Collaboration diagram for Graphics::PixelBuffer:
Classes | |
struct | BGR24 |
struct | BGRA32 |
struct | RGB24 |
struct | RGB565 |
Public Attributes | |
Color | color |
PackedColor | packed |
uint8_t | u8 [4] |
BGRA32 | bgra32 |
RGB24 | rgb24 |
BGR24 | bgr24 |
RGB565 | rgb565 |
Detailed Description
Structure used to perform pixel format conversions.
Member Data Documentation
◆ bgr24
BGR24 Graphics::PixelBuffer::bgr24 |
◆ bgra32
BGRA32 Graphics::PixelBuffer::bgra32 |
◆ color
Color Graphics::PixelBuffer::color |
◆ packed
PackedColor Graphics::PixelBuffer::packed |
◆ rgb24
RGB24 Graphics::PixelBuffer::rgb24 |
◆ rgb565
RGB565 Graphics::PixelBuffer::rgb565 |
◆ u8
uint8_t Graphics::PixelBuffer::u8[4] |
The documentation for this union was generated from the following file: