Function: rgbString()
ts
function rgbString(color): string;Defined in: rgbString.ts:7
Parameters
| Parameter | Type |
|---|---|
color | Color |
Returns
string
The a string of the RGB representation of a color, e.g. rgb(51 102 153)