ColorHelperColorToHSV Method

Convert a color to HSV values.

Definition

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

Parameters

color  Color
The color to convert.
hue  Double
The hue of the color.
saturation  Double
The saturation of the color.
value  Double
The value of the color.

See Also