MCPcopy Create free account
hub / github.com/LuminanceHDR/LuminanceHDR / decreaseExposure

Method decreaseExposure

src/Viewers/LuminanceRangeWidget.cpp:234–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234void LuminanceRangeWidget::decreaseExposure() {
235 windowMin += exposureStep;
236 windowMax += exposureStep;
237 update();
238 emit updateRangeWindow();
239}
240
241void LuminanceRangeWidget::extendRange() {
242 if (windowMax - windowMin > 10) return;

Callers 2

keyPressEventMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected