Interface ColorHsv

Represents an HSV color value component.

Hierarchy

  • ColorHsv

Properties

Properties

h?: number

Hue. 0 to 360.

s?: number

Saturation. 0 to 1.

v?: number

Value. 0 to 1.

Generated using TypeDoc