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