Struct lcms2_sys::ffi::CIELCh [] [src]

#[repr(C)]
pub struct CIELCh { pub L: f64, pub C: f64, pub h: f64, }

Fields

Trait Implementations

impl Copy for CIELCh
[src]

impl Clone for CIELCh
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CIELCh
[src]

Formats the value using the given formatter.

impl Default for CIELCh
[src]

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

impl From<CIELab> for CIELCh
[src]

Performs the conversion.