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
whitePoint: CIEXYZ
Yb: f64
La: f64
surround: Surround
D_value: f64
Trait Implementations
impl Default for ViewingConditions
fn default() -> ViewingConditions
Returns the "default value" for a type. Read more
impl Copy for ViewingConditions
impl Debug for ViewingConditions
fn fmt(&self, __arg_0: &mut Formatter) -> Result<(), Error>
Formats the value using the given formatter. Read more
impl Clone for ViewingConditions
fn clone(&self) -> ViewingConditions
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more