[−][src]Trait amethyst_rendy::palette::luma::LumaStandard
A white point and a transfer function.
Associated Types
type WhitePoint: WhitePoint
The white point of the color space.
type TransferFn: TransferFn
The transfer function for the luminance component.
Implementations on Foreign Types
impl<Wp, T> LumaStandard for (Wp, T) where
T: TransferFn,
Wp: WhitePoint,
[src]
T: TransferFn,
Wp: WhitePoint,
type WhitePoint = Wp
type TransferFn = T
Implementors
impl LumaStandard for Srgb
[src]
type WhitePoint = D65
type TransferFn = Srgb
impl<Wp> LumaStandard for Linear<Wp> where
Wp: WhitePoint,
[src]
Wp: WhitePoint,
type WhitePoint = Wp
type TransferFn = LinearFn
impl<Wp, N> LumaStandard for Gamma<Wp, N> where
N: Number,
Wp: WhitePoint,
[src]
N: Number,
Wp: WhitePoint,