ColorHelperColorFromHSV Method

Convert HSV values to a color.

Definition

Namespace: PCB_Investigator.PCBIStyleLibrary
Assembly: PCB-Investigator (in PCB-Investigator.exe) Version: 0
C#
public static Color ColorFromHSV(
	double hue,
	double saturation,
	double value
)

Parameters

hue  Double
The hue of the color.
saturation  Double
The saturation of the color.
value  Double
The value of the color.

Return Value

Color
The color appropriate for the given values.

See Also