make_argb method
make_argb
Makes the ARGB value.
Returns
The ARGB component containing the alpha, red, green and blue components.
def make_argb(self, alpha, red, green, blue):
...
Parameter | Type | Description |
---|---|---|
alpha | int | The alpha component. |
red | int | The red component. |
green | int | The green component. |
blue | int | The blue component. |
See Also
- module
aspose.cad
- class
Color