[−][src]Trait amethyst_rendy::palette::rgb::RgbSpace
A set of primaries and a white point.
Associated Types
type Primaries: Primaries
The primaries of the RGB color space.
type WhitePoint: WhitePoint
The white point of the RGB color space.
Implementations on Foreign Types
impl<P, W> RgbSpace for (P, W) where
P: Primaries,
W: WhitePoint,
[src]
P: Primaries,
W: WhitePoint,