-
Notifications
You must be signed in to change notification settings - Fork 0
HSVA
rech edited this page Jun 15, 2026
·
1 revision
Description
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 |
Global
- Global Functions
- Scene
- Channel
- StringChannel
- TextChannel
- Trigger
- TriggerChannel
- Context
- Event
- Convert
Channels
Controllers
- Controller
- CanvasController
- ImageController
- SpriteController
- TextController
- CameraController
- TrackController
- NoteGroupController
Internal Controllers
Data types