Search
Loading...
Skip to content

Interface: RGBAColor

Represents an RGBA color value.

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

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

Properties#

PropertyTypeDescription
rnumberRed
gnumberGreen
bnumberBlue
anumberAlpha