Enum gamma_lut::LuminanceColorSpace [] [src]

pub enum LuminanceColorSpace {
    Linear,
    Gamma(f32),
    Srgb,
}

Color space responsible for converting between lumas and luminances.

Variants

Linear space - no conversion involved.

Simple gamma space - uses the luminance ^ gamma function.

Srgb space.

Methods

impl LuminanceColorSpace
[src]

[src]

[src]

[src]

Trait Implementations

impl Clone for LuminanceColorSpace
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for LuminanceColorSpace
[src]

impl Debug for LuminanceColorSpace
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for LuminanceColorSpace
[src]

[src]

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

[src]

This method tests for !=.