Enum immeta::formats::png::ColorType [] [src]

pub enum ColorType {
    Grayscale,
    Rgb,
    Indexed,
    GrayscaleAlpha,
    RgbAlpha,
}

Color type used in an image.

These color types directly corresponds to those defined in PNG spec.

Variants

Trait Implementations

impl Copy for ColorType
[src]

impl Clone for ColorType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for ColorType
[src]

impl PartialEq for ColorType
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Debug for ColorType
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for ColorType
[src]

[src]

Formats the value using the given formatter. Read more