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

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

Pixel formats for use with loading raw images

Variants

Red, Green, and Blue

Red, Green, Blue, and Alpha

Blue, Green, and Red

Blue, Green, Red, and Alpha

Trait Implementations

impl Debug for PixelFormat
[src]

Formats the value using the given formatter. Read more

impl Eq for PixelFormat
[src]

impl PartialEq for PixelFormat
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Hash for PixelFormat
[src]

Feeds this value into the given [Hasher]. Read more

Feeds a slice of this type into the given [Hasher]. Read more

Auto Trait Implementations

impl Send for PixelFormat

impl Sync for PixelFormat