Struct siege_color::cie1931::Cie1931 [] [src]

pub struct Cie1931<I: Illuminant> {
    pub v: Vec3<f32>,
    // some fields omitted
}

CIE 1931 XYZ colorspace at the D65 whitepoint Normalized to Y=1.0 (Not Y=100 !!!)

Fields

Methods

impl<I: Illuminant> Cie1931<I>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<I: Debug + Illuminant> Debug for Cie1931<I>
[src]

[src]

Formats the value using the given formatter. Read more

impl<I: Clone + Illuminant> Clone for Cie1931<I>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<Cie1931<D65>> for Cie1931<D50>
[src]

[src]

Performs the conversion.

impl From<Cie1931<D50>> for Cie1931<D65>
[src]

[src]

Performs the conversion.

impl From<Cie1931<D65>> for Cie1931xyY
[src]

[src]

Performs the conversion.

impl From<Cie1931xyY> for Cie1931<D65>
[src]

[src]

Performs the conversion.

impl From<Cie1931<D65>> for LinearSrgb
[src]

[src]

Performs the conversion.

impl From<LinearSrgb> for Cie1931<D65>
[src]

[src]

Performs the conversion.

impl From<Cie1931<D65>> for Lms
[src]

[src]

Performs the conversion.

impl From<Lms> for Cie1931<D65>
[src]

[src]

Performs the conversion.

impl From<Cie1931<D60>> for Aces
[src]

[src]

Performs the conversion.

impl From<Aces> for Cie1931<D60>
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl<I> Send for Cie1931<I> where
    I: Send

impl<I> Sync for Cie1931<I> where
    I: Sync