Struct lcms2::NamedColorInfo [] [src]

pub struct NamedColorInfo {
    pub name: String,
    pub prefix: String,
    pub suffix: String,
    pub pcs: [u16; 3],
    pub colorant: [u16; 16],
}

Color in the palette

Fields

Trait Implementations

impl Clone for NamedColorInfo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for NamedColorInfo
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for NamedColorInfo
[src]

impl PartialEq for NamedColorInfo
[src]

[src]

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

[src]

This method tests for !=.