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