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