AxoColorLinearRgbFromHsl Method |
Converts Hsl (Hue, Saturation, Lightness) values (all values in the range [0, 1] into
the linear Rgb space.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static (float red, float green, float blue) LinearRgbFromHsl(
float hue,
float saturation,
float lightness
)
Parameters
- hue Single
- The hue value (0..1).
- saturation Single
- The saturation value (0..1).
- lightness Single
- The lightness value (0..1).
Return Value
ValueTupleSingle,
Single,
SingleThe red, green, blue components in linear color space.
See Also