Struct printpdf::types::plugins::graphics::color::Cmyk [] [src]

pub struct Cmyk {
    pub c: f64,
    pub m: f64,
    pub y: f64,
    pub k: f64,
    pub icc_profile: Option<IccProfileRef>,
}

CMYK color

Fields

Methods

impl Cmyk
[src]

[src]

Creates a new CMYK color

Trait Implementations

impl Debug for Cmyk
[src]

[src]

Formats the value using the given formatter.

impl Clone for Cmyk
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Cmyk
[src]

[src]

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

[src]

This method tests for !=.