[][src]Struct valora::prelude::encoding::Linear

pub struct Linear<S>(_);

A generic standard with linear components.

Trait Implementations

impl<S> Clone for Linear<S> where
    S: Clone
[src]

impl<S> Copy for Linear<S> where
    S: Copy
[src]

impl<S> Debug for Linear<S> where
    S: Debug
[src]

impl<S> Eq for Linear<S> where
    S: Eq
[src]

impl<Wp> LumaStandard for Linear<Wp> where
    Wp: WhitePoint
[src]

type WhitePoint = Wp

The white point of the color space.

type TransferFn = LinearFn

The transfer function for the luminance component.

impl<S> PartialEq<Linear<S>> for Linear<S> where
    S: PartialEq<S>, 
[src]

impl<S> RgbStandard for Linear<S> where
    S: RgbSpace
[src]

type Space = S

The RGB color space.

type TransferFn = LinearFn

The transfer function for the color components.

impl<S> StructuralEq for Linear<S>[src]

impl<S> StructuralPartialEq for Linear<S>[src]

Auto Trait Implementations

impl<S> RefUnwindSafe for Linear<S> where
    S: RefUnwindSafe

impl<S> Send for Linear<S> where
    S: Send

impl<S> Sync for Linear<S> where
    S: Sync

impl<S> Unpin for Linear<S> where
    S: Unpin

impl<S> UnwindSafe for Linear<S> where
    S: UnwindSafe

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>,