Function Environment.adjustmentColorCorrection

Applies the provided Texture resource to affect the global color aspect of the rendered scene. Effective only if adjustment_enabled is true.

Texture adjustmentColorCorrection() nothrow @property @nogc;

void adjustmentColorCorrection (
  Texture v
) nothrow @property @nogc;