currentColor property
Texture
get
currentColor
The current color for this stage's chain (HDR at the HDR stages, the
display image at the display stages). applyShader binds this as
input_color automatically; this getter is for sampling it explicitly.
Implementation
gpu.Texture get currentColor =>
_context.blackboard.require<gpu.Texture>(_chainKey);