Color.FromHsv
Color.FromHsv method
Returns a new Color with the requested hue, saturation, value.
public static Color FromHsv(float hue, float saturation, float value)
| Parameter | Type | Description |
|---|---|---|
| hue | Single | A float that represents the hue component of the color. |
| saturation | Single | A float that represents the saturation component of the color. |
| value | Single | A float that represents the value component of the color. |
Return Value
A new instance of the Color class
See Also
- class Color
- package com.aspose.html.drawing
- package Aspose.HTML