Options
All
  • Public
  • Public/Protected
  • All
Menu

The data structure representing a color composed of RGBA components.

Hierarchy

  • ColorRGBA

Index

Properties

Properties

a: number

The Alpha component of the color [0, 255]

b: number

The Blue component of the color [0, 255]

g: number

The Green component of the color [0, 255]

r: number

The Red component of the color [0, 255]