Struct lcms2_sys::ffi::CIELab [] [src]

#[repr(C)]
pub struct CIELab { pub L: f64, pub a: f64, pub b: f64, }

Fields

Trait Implementations

impl Copy for CIELab
[src]

impl Clone for CIELab
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CIELab
[src]

Formats the value using the given formatter.

impl Default for CIELab
[src]

Returns the "default value" for a type. Read more

impl From<CIELCh> for CIELab
[src]

Performs the conversion.