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

pub struct Srgb;

The sRGB color space.

Trait Implementations

impl LumaStandard for Srgb[src]

type WhitePoint = D65

The white point of the color space.

type TransferFn = Srgb

The transfer function for the luminance component.

impl RgbStandard for Srgb[src]

type Space = Srgb

The RGB color space.

type TransferFn = Srgb

The transfer function for the color components.

impl RgbSpace for Srgb[src]

type Primaries = Srgb

The primaries of the RGB color space.

type WhitePoint = D65

The white point of the RGB color space.

impl Primaries for Srgb[src]

impl TransferFn for Srgb[src]

impl Clone for Srgb[src]

impl Copy for Srgb[src]

impl Eq for Srgb[src]

impl PartialEq<Srgb> for Srgb[src]

impl Debug for Srgb[src]

impl StructuralPartialEq for Srgb[src]

impl StructuralEq for Srgb[src]

Auto Trait Implementations

impl Send for Srgb

impl Sync for Srgb

impl Unpin for Srgb

impl UnwindSafe for Srgb

impl RefUnwindSafe for Srgb

Blanket Implementations

impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
    D: AdaptFrom<S, Swp, Dwp, T>,
    Dwp: WhitePoint,
    Swp: WhitePoint,
    T: Component + Float
[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]