Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Colors

Each static member of the Colors class (e.g. Colors.GREEN, Colors.RED) is a pixel-like object with r, g, b, and a values that range from 0 to 255.

since

0.4.0

Hierarchy

  • Colors

Index

Constructors

constructor

Properties

Static AQUA

AQUA: Pixel = ...

Static BLACK

BLACK: Pixel = ...

Static BLUE

BLUE: Pixel = ...

Static FUCHSIA

FUCHSIA: Pixel = ...

Static GREEN

GREEN: Pixel = ...

Static LIME

LIME: Pixel = ...

Static MAROON

MAROON: Pixel = ...

Static ORANGE

ORANGE: Pixel = ...

Static PURPLE

PURPLE: Pixel = ...

Static RED

RED: Pixel = ...

Static WHITE

WHITE: Pixel = ...

Static YELLOW

YELLOW: Pixel = ...

Generated using TypeDoc