Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RGBColor

A color defined by red, green, and blue.

Hierarchy

  • RGBColor

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

blue

blue: number

The blue component of the color as an integer in [0, 255].

green

green: number

The green component of the color as an integer in [0, 255].

red

red: number

The red component of the color as an integer in [0, 255].

Methods

stream

  • stream(): string