Method HsvFromColor
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
HsvFromColor(Color, out double, out double, out double)
Converts the given color into the HSV color representation.
public static void HsvFromColor(Color c, out double h, out double s, out double v)