Method ColorFromHsv
- Namespace
- Alternet.FormDesigner.Wpf
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
ColorFromHsv(double, double, double)
Converts the given HSV color representation into the Color.
public static Color ColorFromHsv(double h, double s, double v)
Parameters
Returns
- Color
Converted color.