Trait palette::luma::LumaStandard
source · pub trait LumaStandard {
type WhitePoint: WhitePoint;
type TransferFn: TransferFn;
}
Expand description
A white point and a transfer function.
Required Associated Types§
sourcetype WhitePoint: WhitePoint
type WhitePoint: WhitePoint
The white point of the color space.
sourcetype TransferFn: TransferFn
type TransferFn: TransferFn
The transfer function for the luminance component.