Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IColor

A color in RGBA format.

Hierarchy

  • IColor

Index

Properties

Properties

Readonly alpha

alpha: number

The alpha component in the range [0-1].

Readonly blue

blue: number

The blue component in the range [0-1].

Readonly green

green: number

The green component in the range [0-1].

Readonly red

red: number

The red component in the range [0-1].

Generated using TypeDoc