Creates a color from alpha, hue, saturation and brightness (AHSB model).
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static AxoColor FromAhsb(
float alpha,
float hue,
float saturation,
float brightness
)
Parameters
- alpha Single
- The alpha value (0..1).
- hue Single
- The hue value (0..1).
- saturation Single
- The saturation value (0..1).
- brightness Single
- The brightness value (0..1).
Return Value
AxoColorThe created color.
See Also