Color.FromHwb
Color.FromHwb method
Returns a new Color with the requested hue, whiteness, blackness values.
public static Color FromHwb(float hue, float whiteness, float blackness)
| 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. |
Return Value
A new instance of the Color class
See Also
- class Color
- namespace Aspose.Svg.Drawing
- assembly Aspose.SVG