Struct palette::rgb::standards::linear::Linear [] [src]

pub struct Linear<S: RgbSpace = Srgb>(_);

A generic RGB standard with linear components.

Trait Implementations

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

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

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

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

[src]

Formats the value using the given formatter.

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

[src]

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

[src]

This method tests for !=.

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

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

The RGB color space.

The transfer function for the color components.