ColorSettings Object (Web Services API)
This object provides color settings in RGBA format.
Properties
Name | Type | Description |
Red | Byte | The value of the red component. |
Green | Byte | The value of the green component. |
Blue | Byte | The value of the blue component. |
Alpha | Byte | The value of the alpha channel. 0 means fully transparent, 255 means totally opaque. |
See also
3/26/2024 1:49:49 PM