→ String
Retrieves the hexadecimal value of this color, including the alpha channel.
Represents a pixel in the sRGB color space, with an optional alpha channel for opacity.
| Name | Type | Access | Description |
|---|---|---|---|
| Number | read/write | Degree of opacity when the color is composited. | |
| Number | read/write | Blue component value. | |
| Number | read/write | Green component value. | |
| Number | read/write | The color expressed as a 32-bit ARGB value. | |
| Number | read/write | Red component value. |
Retrieves the hexadecimal value of this color, including the alpha channel.