ConvertDrawingColorFromHSB(Single, Single, Single) Method

Converts hue, saturation and brightness values to a color.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static Color DrawingColorFromHSB(
	float hue,
	float saturation,
	float brightness
)

Parameters

hue  Single
Color tone.
saturation  Single
Color Saturation.
brightness  Single
Color brightness.

Return Value

Color
Color with the color generated based on the indicated parameters.

See Also