xoreos  0.0.5
Public Attributes | List of all members
Graphics::DDS::DDSPixelFormat Struct Reference

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...
 

Detailed Description

The specific pixel format of the included image data.

Definition at line 56 of file dds.h.

Member Data Documentation

◆ aBitMask

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().

◆ bBitMask

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().

◆ bitCount

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().

◆ flags

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().

◆ fourCC

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().

◆ gBitMask

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().

◆ rBitMask

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().

◆ size

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().


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