from_hwb method
from_hwb
Returns a new Color with the requested hue, whiteness, blackness values.
Returns
A new instance of the Color class
def from_hwb(self, hue, whiteness, blackness):
...
| Parameter | Type | Description |
|---|---|---|
| hue | float | A float that represents the hue component of the color. |
| whiteness | float | A float that represents the whiteness component of the color. |
| blackness | float | A float that represents the blackness component of the color. |
See Also
- module
aspose.html.drawing - class
Color