Function Environment.adjustmentBrightness
The global brightness value of the rendered scene. Effective only if adjustment_enabled
is true
.
double adjustmentBrightness() nothrow @property @nogc;
void adjustmentBrightness
(
double v
) nothrow @property @nogc;