Enum imagefmt::ColType [] [src]

pub enum ColType {
    Auto,
    Gray,
    GrayAlpha,
    Color,
    ColorAlpha,
}

Color type – these are categories of color formats.

Auto means automatic/infer/unknown.

Variants

Methods

impl ColType
[src]

Trait Implementations

impl Clone for ColType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for ColType
[src]

impl Debug for ColType
[src]

Formats the value using the given formatter.

impl Eq for ColType
[src]

impl PartialEq for ColType
[src]

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

This method tests for !=.