Doxygen
Loading...
Searching...
No Matches
Image::Private Struct Reference

Public Attributes

uint32_t width
 
uint32_t height
 
std::vector< uint8_t > data
 
std::vector< Colorpalette
 

Detailed Description

Definition at line 155 of file image.cpp.

Member Data Documentation

◆ data

std::vector<uint8_t> Image::Private::data

Definition at line 159 of file image.cpp.

◆ height

uint32_t Image::Private::height

Definition at line 158 of file image.cpp.

◆ palette

std::vector<Color> Image::Private::palette
Initial value:
=
{
{ 0xff, 0xff, 0xff, 0x00 },
{ 0x00, 0x00, 0x00, 0xff },
{ 0xff, 0xff, 0xc0, 0xff },
{ 0x9f, 0x9f, 0x60, 0xff },
{ 0xa7, 0x38, 0x30, 0xff },
{ 0x29, 0x70, 0x18, 0xff },
{ 0x97, 0xCC, 0xE8, 0xff },
{ 0xe0, 0xe0, 0xe0, 0xff },
{ 0xff, 0xff, 0xff, 0xff }
}

Definition at line 160 of file image.cpp.

161 {
162 { 0xff, 0xff, 0xff, 0x00 },
163 { 0x00, 0x00, 0x00, 0xff },
164 { 0xff, 0xff, 0xc0, 0xff },
165 { 0x9f, 0x9f, 0x60, 0xff },
166 { 0xa7, 0x38, 0x30, 0xff },
167 { 0x29, 0x70, 0x18, 0xff },
168 { 0x97, 0xCC, 0xE8, 0xff },
169 { 0xe0, 0xe0, 0xe0, 0xff },
170 { 0xff, 0xff, 0xff, 0xff }
171 };

◆ width

uint32_t Image::Private::width

Definition at line 157 of file image.cpp.


The documentation for this struct was generated from the following file: