Missing API Documentation
This API Class does not have any or complete API documentation. Please add API documentation if possible.
The ColorCorrectionEffect class, added in version 0.243, inherits from PostEffect.
Four images, showing a place without color correction (top left), with Brightness adjusted at 0.1 (top right), with Contrast adjusted at 1 (bottom right), and with Saturation adjusted at 1 (bottom left).
Description[]
This class allows to modify the scenical appearance by adjusting its brightness, contrast, and saturation.
Properties
Brightness: float
- Category: State.
- Serialization: can save and load.
- Thread safety: read safe
Contrast: float
- Category: State.
- Serialization: can save and load.
- Thread safety: read safe
Saturation: float
- Category: State.
- Serialization: can save and load.
- Thread safety: read safe