Struct lcms2::CIEXYZ []

#[repr(C)]
pub struct CIEXYZ { pub X: f64, pub Y: f64, pub Z: f64, }

Fields

Methods

impl CIEXYZ

Trait Implementations

impl Default for CIEXYZ

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

impl PartialEq<CIEXYZ> for CIEXYZ

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

This method tests for !=.

impl Copy for CIEXYZ

impl Debug for CIEXYZ

Formats the value using the given formatter. Read more

impl From<CIExyY> for CIEXYZ

Performs the conversion.

impl From<CIEXYZ> for CIExyY

Performs the conversion.

impl Clone for CIEXYZ

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl CIEXYZExt for CIEXYZ
[src]

[src]

Adapts a color to a given illuminant. Original color is expected to have a source_white_point white point. Read more

[src]

Colorimetric space conversion.

[src]

Decodes a XYZ value, encoded on ICC convention