Color.FromHwba
Color.FromHwba method
Returns a new Color with the requested hue, whiteness, blackness values.
public static Color FromHwba(float hue, float whiteness, float blackness, float alpha)
| Parameter | Type | Description |
|---|---|---|
| hue | Single | A float that represents the hue component of the color. |
| whiteness | Single | A float that represents the whiteness component of the color. |
| blackness | Single | A float that represents the blackness 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