Function “rgbaToHex”
function rgbaToHex(color)
Converts a `Color` object to its hexadecimal RGBA representation.
Parameters
| Name | Type | Description |
|---|---|---|
color | Color | The Color to convert to a hex string |
function rgbaToHex(color)
Converts a `Color` object to its hexadecimal RGBA representation.
| Name | Type | Description |
|---|---|---|
color | Color | The Color to convert to a hex string |