Creates a fully saturated bright color from hue, returning gamma corrected components R, G, and B.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void FromHue(
float hue,
out byte r,
out byte g,
out byte b
)
Parameters
- hue Single
- The hue value (0..1).
- r Byte
- Calculated red component.
- g Byte
- Calculated green component.
- b Byte
- Calculated blue component.
See Also