pub trait RgbSpace {
type Primaries: Primaries;
type WhitePoint: WhitePoint;
}
Expand description
A set of primaries and a white point.
Required Associated Types§
sourcetype WhitePoint: WhitePoint
type WhitePoint: WhitePoint
The white point of the RGB color space.