Expand description
RGB types, spaces and standards.
Structs
- Generic RGB.
Traits
- Represents the red, green and blue primaries of an RGB space.
- A set of primaries and a white point.
- An RGB space and a transfer function.
Type Aliases
- Gamma 2.2 encoded sRGB.
- Gamma 2.2 encoded sRGB with an alpha component.
- Linear sRGB.
- Linear sRGB with an alpha component.
- Generic RGB with an alpha component. See the
Rgba
implementation inAlpha
. - Nonlinear sRGB.
- Nonlinear sRGB with an alpha component.