Trait palette::rgb::RgbStandard
source · pub trait RgbStandard {
type Space: RgbSpace;
type TransferFn: TransferFn;
}
Expand description
An RGB space and a transfer function.
Required Associated Types§
sourcetype TransferFn: TransferFn
type TransferFn: TransferFn
The transfer function for the color components.