-
Notifications
You must be signed in to change notification settings - Fork 4
RGBA
Tempestissiman edited this page Jul 26, 2022
·
2 revisions
Descriptions
A color in RGBA color space
Remarks
_
| Name | Type | Description |
|---|---|---|
r |
number | The red component (0-255) |
g |
number | The green component (0-255) |
b |
number | The blue component (0-255) |
a |
number | The alpha component (0-255) |
Remarks
_
| Operator | Return type | Description |
|---|---|---|
+ |
RGBA | Add two colors, or a color with a number, or a number with a color together |
- |
RGBA | Subtract two colors, or a color with a number, or a number with a color together |
* |
RGBA | Multiply a color with a number, or a number with a color together |
/ |
RGBA | Divide a color with a number |
Global
Channels
Controllers
- Controller
- CanvasController
- ImageController
- MeshController
- SpriteController
- TextController
- CameraController
- TrackController
- NoteGroupController
Post processing
- AutoExposureController
- BloomController
- ChromaticAberrationController
- ColorGradingController
- DepthOfFieldController
- GrainController
- LensDistortionController
- MotionBlurController
- VignetteController
Data types