Interface Coords

HSL color coordinates.

Hierarchy

  • Coords

Implemented by

Properties

a? h l s

Properties

a?: number

Alpha value between 0 and 1. 1 (full opacity) by default.

h: number

Hue angle value in degrees.

l: number

Lightness percentage.

s: number

Saturation percentage.

Generated using TypeDoc