tonemap property

bool tonemap
final

Whether the composite pass applies the tone curve.

On for anything that renders light. Off for a debug view, where the colour is not a light value at all and a tone curve would corrupt it — a normal encoded as RGB has no business being rolled off.

Implementation

final bool tonemap;