Skip to content

Function: rgbString()

ts
function rgbString(color): string;

Defined in: rgbString.ts:7

Parameters

ParameterType
colorColor

Returns

string

The a string of the RGB representation of a color, e.g. rgb(51 102 153)