xoreos
0.0.5
|
The specific pixel format of the included image data. More...
Public Attributes | |
uint32 | size |
The size of the image data in bytes. More... | |
uint32 | flags |
Features of the image data. More... | |
uint32 | fourCC |
The FourCC to detect the format by. More... | |
uint32 | bitCount |
Number of bits per pixel. More... | |
uint32 | rBitMask |
Bit mask for the red color component. More... | |
uint32 | gBitMask |
Bit mask for the green color component. More... | |
uint32 | bBitMask |
Bit mask for the blue color component. More... | |
uint32 | aBitMask |
Bit mask for the alpha component. More... | |
uint32 Graphics::DDS::DDSPixelFormat::aBitMask |
Bit mask for the alpha component.
Definition at line 64 of file dds.h.
Referenced by Graphics::DDS::detectFormat(), and Graphics::DDS::readStandardHeader().
uint32 Graphics::DDS::DDSPixelFormat::bBitMask |
Bit mask for the blue color component.
Definition at line 63 of file dds.h.
Referenced by Graphics::DDS::detectFormat(), and Graphics::DDS::readStandardHeader().
uint32 Graphics::DDS::DDSPixelFormat::bitCount |
Number of bits per pixel.
Definition at line 60 of file dds.h.
Referenced by Graphics::DDS::detectFormat(), and Graphics::DDS::readStandardHeader().
uint32 Graphics::DDS::DDSPixelFormat::flags |
Features of the image data.
Definition at line 58 of file dds.h.
Referenced by Graphics::DDS::detectFormat(), and Graphics::DDS::readStandardHeader().
uint32 Graphics::DDS::DDSPixelFormat::fourCC |
The FourCC to detect the format by.
Definition at line 59 of file dds.h.
Referenced by Graphics::DDS::detectFormat(), and Graphics::DDS::readStandardHeader().
uint32 Graphics::DDS::DDSPixelFormat::gBitMask |
Bit mask for the green color component.
Definition at line 62 of file dds.h.
Referenced by Graphics::DDS::detectFormat(), and Graphics::DDS::readStandardHeader().
uint32 Graphics::DDS::DDSPixelFormat::rBitMask |
Bit mask for the red color component.
Definition at line 61 of file dds.h.
Referenced by Graphics::DDS::detectFormat(), and Graphics::DDS::readStandardHeader().
uint32 Graphics::DDS::DDSPixelFormat::size |
The size of the image data in bytes.
Definition at line 57 of file dds.h.
Referenced by Graphics::DDS::readStandardHeader().