Skip to content
rech edited this page Jun 15, 2026 · 1 revision

Description

A color in HSVA color space

Remarks

_

Properties


Name Type Description
h number The hue component (0-360)
s number The saturation component (0-1)
v number The brightness component (0-1)
a number The alpha component (0-1)

Remarks

_

Operators


Operator Return type Description
+ HSVA Add two colors, or a color with a number, or a number with a color together
- HSVA Subtract two colors, or a color with a number, or a number with a color together
* HSVA Multiply a color with a number, or a number with a color together
/ HSVA Divide a color with a number

Clone this wiki locally