Options
All
  • Public
  • Public/Protected
  • All
Menu

A Color represents an object containing values for red, green, blue and alpha channels. Each value represents a number between 0 and 255.

Hierarchy

  • Color

Index

Properties

Properties

a: number

The color's alpha channel value, as a number from 0 to 255.

b: number

The color's blue channel value, as a number from 0 to 255.

g: number

The color's green channel value, as a number from 0 to 255.

r: number

The color's red channel value, as a number from 0 to 255.