[][src]Struct palette::encoding::gamma::GammaFn

pub struct GammaFn<N: Number = F2p2>(_);

The transfer function for gamma encoded colors.

The gamma value is stored as a simple type that represents an f32 constant.

Trait Implementations

impl<N: Number> TransferFn for GammaFn<N>[src]

impl<N: Clone + Number> Clone for GammaFn<N>[src]

impl<N: Copy + Number> Copy for GammaFn<N>[src]

impl<N: Eq + Number> Eq for GammaFn<N>[src]

impl<N: PartialEq + Number> PartialEq<GammaFn<N>> for GammaFn<N>[src]

impl<N: Debug + Number> Debug for GammaFn<N>[src]

impl<N: Number> StructuralPartialEq for GammaFn<N>[src]

impl<N: Number> StructuralEq for GammaFn<N>[src]

Auto Trait Implementations

impl<N> Send for GammaFn<N> where
    N: Send

impl<N> Sync for GammaFn<N> where
    N: Sync

impl<N> Unpin for GammaFn<N> where
    N: Unpin

impl<N> UnwindSafe for GammaFn<N> where
    N: UnwindSafe

impl<N> RefUnwindSafe for GammaFn<N> where
    N: RefUnwindSafe

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]