Struct palette::encoding::srgb::Srgb[][src]

pub struct Srgb;

The sRGB color space.

Trait Implementations

impl Copy for Srgb
[src]

impl Clone for Srgb
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Srgb
[src]

Formats the value using the given formatter. Read more

impl PartialEq for Srgb
[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 Srgb
[src]

impl Primaries for Srgb
[src]

Primary red.

Primary green.

Primary blue.

impl RgbSpace for Srgb
[src]

The primaries of the RGB color space.

The white point of the RGB color space.

impl RgbStandard for Srgb
[src]

The RGB color space.

The transfer function for the color components.

impl LumaStandard for Srgb
[src]

The white point of the color space.

The transfer function for the luminance component.

impl TransferFn for Srgb
[src]

Convert the color component x into linear space.

Convert the color component x from linear space.

Auto Trait Implementations

impl Send for Srgb

impl Sync for Srgb