Struct siege_color::aces::Aces [] [src]

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

Academy Color Encoding System, ACES-2065-1 (smpte) AP0 color primaries (covers entire CIE 1964 standard-observer spectral locus) Red is (0.7347, 0.2653) Green is (0.0000, 1.0000) Blue is (0.0001, -0.0770) White point is CIE Standard D60 (0.32168, 0.33767) Photometrically linear transfer characteristics Perfectly white diffuser is (1,1,1) and 18% grey is (0.18, 0.18, 0.18) Values can go outside of the [0,1] range. Values are scene referred.

Fields

Methods

impl Aces
[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Aces
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Aces
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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 Send for Aces

impl Sync for Aces