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

pub struct LinearFn;

Linear color component encoding.

Trait Implementations

impl Copy for LinearFn
[src]

impl Clone for LinearFn
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for LinearFn
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for LinearFn
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Eq for LinearFn
[src]

impl TransferFn for LinearFn
[src]

[src]

Convert the color component x into linear space.

[src]

Convert the color component x from linear space.