-
Notifications
You must be signed in to change notification settings - Fork 62
HSVA
0thElement edited this page Apr 10, 2023
·
1 revision
Descriptions
A color in HSVA color space
Remarks
_
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
_
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 |