Enum printpdf::types::plugins::graphics::color::ColorSpace [] [src]

pub enum ColorSpace {
    Rgb,
    Cmyk,
    Greyscale,
}

Color space (enum for marking the number of bits a color has)

Variants

Trait Implementations

impl Debug for ColorSpace
[src]

[src]

Formats the value using the given formatter.

impl Copy for ColorSpace
[src]

impl Clone for ColorSpace
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<ColorType> for ColorSpace
[src]

[src]

Performs the conversion.

impl Into<&'static str> for ColorSpace
[src]

[src]

Performs the conversion.