Click or drag to resize

AxoColorFromAhsb Method

Creates a color from alpha, hue, saturation and brightness (AHSB model).

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

AxoColor
The created color.
See Also