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