Home > @infiniteobjects/data-types > Color > toRgbString
Returns the RGBA values interpolated into a string with the following format: “RGBA(xxx, xxx, xxx, xx)”.
Signature:
toRgbString(): string;
Returns:
string