Type alias RgbColor

RgbColor: `rgb(${number}, ${number}, ${number})`

RGB color. Represent a color using red, green, and blue color channels.

Generated using TypeDoc