Struct DdsPixelFormat
Represents the pixel format of a DDS file.
Inherited Members
Namespace: GtfDdsSharp
Assembly: GtfDdsSharp.dll
Syntax
public struct DdsPixelFormat
Fields
| Name | Description |
|---|---|
| ABitMask | The bit mask for the alpha channel. |
| BBitMask | The bit mask for the blue channel. |
| Flags | Flags indicating which members contain valid data. |
| FourCC | The FOURCC code specifying the compression or format. |
| GBitMask | The bit mask for the green channel. |
| RBitMask | The bit mask for the red channel. |
| RgbBitCount | The number of bits per pixel for RGB formats. |
| Size | The size of the pixel format in bytes. |