Set Color Scale and Offset Blueprint
Performs the color scaling operation. In the compositor, once a frame is rendered, warped, and ready to be displayed, you can then multiply each pixel by the Color Scale, and add it to the Color Offset. Thus, newPixel = oldPixel * colorScale + colorOffset. Note that for mobile devices such as Meta Quest, Color Offset is not supported, so Color Scale is the only argument that can be used.
The Set Color Scale and Offset Blueprint node is shown below:

- Color Scale: Linear color structure that is used as multiplier applied against every channel: red, green, blue, and alpha.
- Color Offset: Linear color structure that is added to each pixel.
- Apply to All Layers: True to indicate the color scale and offset should be applied to each layer; otherwise false.
None