Search
Loading...
Skip to content

Interface: RGBColor

Represents an RGB color value.

Defines an RGB color value with components between 0 and 1.

  • ‘r’: The red component.
  • ‘g’: The green component.
  • ‘b’: The blue component.

Properties#

PropertyTypeDescription
rnumberRed
gnumberGreen
bnumberBlue