Enum color_thief::ColorFormat [] [src]

pub enum ColorFormat {
    Rgb,
    Rgba,
    Argb,
    Bgr,
    Bgra,
}

Represent a color format of an underlying image data.

Variants

Trait Implementations

impl Clone for ColorFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ColorFormat
[src]

impl PartialEq for ColorFormat
[src]

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

This method tests for !=.

impl Debug for ColorFormat
[src]

Formats the value using the given formatter.