Toggle auto-exposure. Off (default) = manual exposure multiplier. On = per-frame average scene luminance drives exposure toward `auto_exposure_key` (0.18 photography standard). Instant adapt — no inter-frame smoothing yet, so scene cuts pop. Fine for static or slow-motion cameras.
(&mut self, on: bool)
| 7746 | /// standard). Instant adapt — no inter-frame smoothing yet, |
| 7747 | /// so scene cuts pop. Fine for static or slow-motion cameras. |
| 7748 | pub fn set_auto_exposure(&mut self, on: bool) { |
| 7749 | self.auto_exposure = on; |
| 7750 | } |
| 7751 | |
| 7752 | /// Manual exposure multiplier. Applied when auto_exposure |
| 7753 | /// is off. 1.0 = no change. 2.0 = twice as bright. Clamp is |
no outgoing calls
no test coverage detected