Enum dds::PixelFormat [] [src]

pub enum PixelFormat {
    A1R5G5B5,
    A2B10G10R10,
    A2R10G10B10,
    A4L4,
    A4R4G4B4,
    A8,
    A8B8G8R8,
    A8L8,
    A8R3G3B2,
    A8R8G8B8,
    G16R16,
    L16,
    L8,
    R5G6B5,
    R8G8B8,
    Unknown,
    X1R5G5B5,
    X4R4G4B4,
    X8B8G8R8,
    X8R8G8B8,
}

Convenience enum for storing common pixel formats

See here for more information about the common formats: https://msdn.microsoft.com/en-us/library/bb943991.aspx

Variants

Trait Implementations

impl Debug for PixelFormat
[src]

Formats the value using the given formatter.

impl Display for PixelFormat
[src]

Formats the value using the given formatter. Read more