-
Notifications
You must be signed in to change notification settings - Fork 280
AutoExposureSettings
Adrien Givry edited this page Feb 7, 2025
·
3 revisions
Contains all the settings for the auto-exposure effect.
- C++ related class:
OvCore::Rendering::PostProcess::AutoExposureSettings - Inherits from lua usertype:
EffectSettings
| Name | Type | Description |
|---|---|---|
| CenterWeightBias | number |
|
| MinLuminanceEV | number |
|
| MaxLuminanceEV | number |
|
| ExposureCompensationEV | number |
|
| SpeedDown | number |
|
| SpeedUp | number |
This usertype has no constructors
This usertype has no functions
This usertype has no operators
