Struct lcms2::ViewingConditions []

#[repr(C)]
pub struct ViewingConditions { pub whitePoint: CIEXYZ, pub Yb: f64, pub La: f64, pub surround: Surround, pub D_value: f64, }

Fields

Trait Implementations

impl Default for ViewingConditions

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

impl Copy for ViewingConditions

impl Debug for ViewingConditions

Formats the value using the given formatter. Read more

impl Clone for ViewingConditions

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more