Struct palette::encoding::linear::Linear[][src]

pub struct Linear<S>(_);

A generic standard with linear components.

Trait Implementations

impl<S: Copy> Copy for Linear<S>
[src]

impl<S: Clone> Clone for Linear<S>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<S: Debug> Debug for Linear<S>
[src]

Formats the value using the given formatter. Read more

impl<S: PartialEq> PartialEq for Linear<S>
[src]

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

This method tests for !=.

impl<S: Eq> Eq for Linear<S>
[src]

impl<S: RgbSpace> RgbStandard for Linear<S>
[src]

The RGB color space.

The transfer function for the color components.

impl<Wp: WhitePoint> LumaStandard for Linear<Wp>
[src]

The white point of the color space.

The transfer function for the luminance component.

Auto Trait Implementations

impl<S> Send for Linear<S> where
    S: Send

impl<S> Sync for Linear<S> where
    S: Sync