ConvertDrawingColorFromHSB(Int32, Single, Single, Single) Method

Converts transparency, 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(
	int alpha,
	float hue,
	float saturation,
	float brightness
)

Parameters

alpha  Int32
Color transparency.
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