[][src]Struct valora::prelude::Srgb

pub struct Srgb;

The sRGB color space.

Trait Implementations

impl Clone for Srgb[src]

impl Copy for Srgb[src]

impl Debug for Srgb[src]

impl Eq for Srgb[src]

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

impl Primaries for Srgb[src]

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

type Space = Srgb

The RGB color space.

type TransferFn = Srgb

The transfer function for the color components.

impl StructuralEq for Srgb[src]

impl StructuralPartialEq for Srgb[src]

impl TransferFn for Srgb[src]

Auto Trait Implementations

impl RefUnwindSafe for Srgb

impl Send for Srgb

impl Sync for Srgb

impl Unpin for Srgb

impl UnwindSafe 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> Any for T where
    T: 'static + ?Sized
[src]

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

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

impl<T> Content for T where
    T: Copy
[src]

type Owned = T

A type that holds a sized version of the content.

impl<T, U> ConvertInto<U> for T where
    U: ConvertFrom<T>, 
[src]

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

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

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> Scalar for T where
    T: PartialEq<T> + Copy + Any + Debug
[src]

impl<T> SetParameter for T

impl<T> SetParameter for T

impl<SS, SP> SupersetOf<SS> for SP where
    SS: SubsetOf<SP>, 

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<V, T> VZip<V> for T where
    V: MultiLane<T>,