ColorExtensions.FromHsva(Double, Double, Double, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Convert HSVa color into System.Drawing.Color.
public static System.Drawing.Color FromHsva (double h, double s, double v, double a);
Parameters
- h
- System.Double
The Hue value in double.
- s
- System.Double
The Saturation value in double.
- v
- System.Double
The Value value in double.
- a
- System.Double
The Alpha value in double.
Returns
System.Drawing.Color
System.Drawing.Color.