displayColor property

Texture get displayColor

The current display-referred image (after tone mapping). Throws if read at the RenderStage.afterScene / RenderStage.beforeToneMapping stages (it does not exist yet); use sceneColorHdr there.

Implementation

gpu.Texture get displayColor =>
    _context.blackboard.require<gpu.Texture>(kDisplayColorBlackboardKey);