Struct printpdf::types::plugins::graphics::icc_profile::IccProfile [] [src]

pub struct IccProfile {
    pub has_alternate: bool,
    pub has_range: bool,
    // some fields omitted
}

Icc profile

Fields

Does the ICC profile have an "Alternate" version or not?

Does the ICC profile have an "Range" dictionary Really not sure why this is needed, but this is needed on the documents Info dictionary

Methods

impl IccProfile
[src]

[src]

Creates a new Icc Profile

[src]

Does the ICC profile have an alternate version (such as "DeviceCMYk")?

[src]

Does the ICC profile have an "Range" dictionary?

Trait Implementations

impl Debug for IccProfile
[src]

[src]

Formats the value using the given formatter.

impl Clone for IccProfile
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for IccProfile
[src]

[src]

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

[src]

This method tests for !=.

impl Into<Stream> for IccProfile
[src]

[src]

Performs the conversion.