Skip to content
0thElement edited this page Apr 10, 2023 · 1 revision

Descriptions

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

Table of content

Gameplay

Editor

Scripting

Clone this wiki locally