Namespace PAC.Colour
Classes
- HSLAExtensions
Extension methods for HSLA.
- HSLExtensions
Extension methods for HSL.
- HSVAExtensions
Extension methods for HSVA.
- HSVExtensions
Extension methods for HSV.
- RGBExtensions
Extension methods for RGB.
Structs
- HSL
A colour in HSL (Hue, Saturation, Lightness) form with no alpha component.
- HSLA
A colour in HSL (Hue, Saturation, Lightness) form with an alpha component.
- HSV
A colour in HSV (Hue, Saturation, Value) form with no alpha component.
- HSVA
A colour in HSV (Hue, Saturation, Value) form with an alpha component.
- RGB
A colour in RGB (red, green, blue) format with no alpha channel.