-
Notifications
You must be signed in to change notification settings - Fork 4
BloomController
Tempestissiman edited this page Jul 26, 2022
·
1 revision
Descriptions
Controller for Bloom effect.
Remarks
_
| Name | Type | Activation string |
|---|---|---|
intensity |
ValueChannel | "intensity" |
threshold |
ValueChannel | "threshold" |
softKnee |
ValueChannel | "softknee" |
clamp |
ValueChannel | "clamp" |
diffusion |
ValueChannel | "diffusion" |
anamorphicRatio |
ValueChannel | "anamorphicratio" |
colorR |
ValueChannel | "color" |
colorG |
ValueChannel | "color" |
colorB |
ValueChannel | "color" |
colorA |
ValueChannel | "color" |
colorH |
ValueChannel | "color" |
colorS |
ValueChannel | "color" |
colorV |
ValueChannel | "color" |
Remarks
In order for a property to take effect, enabledEffect(effects) method must be called with effects being a table containing the relevant activation strings.
Descriptions
Enable effect based on passed in activation strings.
Parameters
| Name | Type | Description |
|---|---|---|
effects |
Table of string | Table containing activation string of effects |
Return types
nil
Remarks
_
Descriptions
Set the fast mode state
Parameters
| Name | Type | Description |
|---|---|---|
mode |
boolean | Whether to turn on fast mode |
Return types
nil
Remarks
_
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