Struct siege_color::lms::Lms [] [src]

pub struct Lms {
    pub v: Vec3<f32>,
}

This is the colorspace to use when converting white points

Fields

Methods

impl Lms
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Lms
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Lms
[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 Lms
[src]

[src]

Performs the conversion.

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

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Lms

impl Sync for Lms