Options
All
  • Public
  • Public/Protected
  • All
Menu

Class HSLColor

A color defined by hue, saturation, and luminance.

Hierarchy

  • HSLColor

Implements

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

hue

hue: number

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

luminance

luminance: number

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

saturation

saturation: number

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

Methods

stream

  • stream(): string