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

pub struct LinearFn;

Linear color component encoding.

Trait Implementations

impl Copy for LinearFn
[src]

impl Clone for LinearFn
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for LinearFn
[src]

Formats the value using the given formatter. Read more

impl PartialEq for LinearFn
[src]

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

This method tests for !=.

impl Eq for LinearFn
[src]

impl TransferFn for LinearFn
[src]

Convert the color component x into linear space.

Convert the color component x from linear space.

Auto Trait Implementations

impl Send for LinearFn

impl Sync for LinearFn