Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a color in RGB coordinates

Hierarchy

  • RgbColor

Index

Properties

Properties

b

b: number

Blue channel of this color, in the range 0...255.

g

g: number

Green channel of this color, in the range 0...255.

r

r: number

Red channel of this color, in the range 0...255.

Generated using TypeDoc