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