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

pub struct SpotColor {
    pub c: f64,
    pub m: f64,
    pub y: f64,
    pub k: f64,
}

Spot color Spot colors are like Cmyk, but without color space They are essentially "named" colors from specific vendors currently they are the same as a CMYK color.

Fields

Methods

impl SpotColor
[src]

[src]

Trait Implementations

impl Debug for SpotColor
[src]

[src]

Formats the value using the given formatter.

impl Copy for SpotColor
[src]

impl Clone for SpotColor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for SpotColor
[src]

[src]

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

[src]

This method tests for !=.