GtfDdsSharp GtfDdsSharp
GtfDdsSharp GtfDdsSharp
DocFX + Singulink = ♥

Search Results for

    Struct DdsPixelFormat

    Represents the pixel format of a DDS file.

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.Equals(object, object)
    object.GetType()
    object.ReferenceEquals(object, object)
    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.

    Extension Methods

    MemoryUtils.ReverseEndianness(ref DdsPixelFormat)