from_uint method
from_uint
Returns a new Color with the requested ARGB value.
Returns
A new instance of the Color class
def from_uint(self, argb):
...
| Parameter | Type | Description |
|---|---|---|
| argb | int | A uint that represents the ARGB value of the color. |
See Also
- module
aspose.svg.drawing - class
Color