Enum quicksilver::graphics::PixelFormat [] [src]

pub enum PixelFormat {
    RGB,
    RGBA,
    BGR,
    BGRA,
}

Pixel formats for use with loading raw images

Variants