[−][src]Trait amethyst_rendy::palette::rgb::RgbStandard
An RGB space and a transfer function.
Associated Types
type Space: RgbSpace
The RGB color space.
type TransferFn: TransferFn
The transfer function for the color components.
Implementations on Foreign Types
impl<S, T> RgbStandard for (S, T) where
S: RgbSpace,
T: TransferFn,
[src]
S: RgbSpace,
T: TransferFn,
type Space = S
type TransferFn = T
impl<P, W, T> RgbStandard for (P, W, T) where
P: Primaries,
T: TransferFn,
W: WhitePoint,
[src]
P: Primaries,
T: TransferFn,
W: WhitePoint,
type Space = (P, W)
type TransferFn = T
Implementors
impl RgbStandard for Srgb
[src]
type Space = Srgb
type TransferFn = Srgb
impl<S> RgbStandard for Linear<S> where
S: RgbSpace,
[src]
S: RgbSpace,
type Space = S
type TransferFn = LinearFn
impl<S, N> RgbStandard for Gamma<S, N> where
N: Number,
S: RgbSpace,
[src]
N: Number,
S: RgbSpace,