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