Color.FromHsla
Color.FromHsla method
Returns a new Color with the requested hue, saturation, saturation, alpha values.
public static Color FromHsla(float hue, float saturation, float lightness, float alpha)
| 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. |
| lightness | Single | A float that represents the lightness component of the color. |
| alpha | Single | A float that represents the alpha component of the color. |
Return Value
A new instance of the Color class
See Also
- class Color
- namespace Aspose.Svg.Drawing
- assembly Aspose.SVG