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

pub enum ColorBits {
    Bit1,
    Bit8,
    Bit16,
}

How many bits does a color have?

Variants

Trait Implementations

impl Debug for ColorBits
[src]

[src]

Formats the value using the given formatter.

impl Copy for ColorBits
[src]

impl Clone for ColorBits
[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 ColorBits
[src]

[src]

Performs the conversion.

impl Into<i64> for ColorBits
[src]

[src]

Performs the conversion.