Image
Declaration
Variables
Name |
Type |
Description |
---|---|---|
width |
uint32_t |
The image’s width. |
height |
uint32_t |
The image’s height. |
format |
The image’s format detailing the layout in memory. |
|
colorSpace |
The image’s color space. |
|
data |
std::vector<uint8_t> |
The image’s content, according to its |