Enum microbmp::Pixel [] [src]

pub enum Pixel {
    ABGR(u8u8u8u8),
    BGR(u8u8u8),
    PaletteColor(u8),
}

Variants

Trait Implementations

impl Debug for Pixel
[src]

Formats the value using the given formatter.

impl Clone for Pixel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more