Color transforms

IntermediateArtistProgrammer Color transforms are special effects designed to be combined in a chain at runtime. You can define a series of color transforms to apply to an image. Each transform uses the previous transform’s output as its own input. At runtime, the series of transforms is squashed into one shader and rendered in a single draw call for maximum performance. custom color transforms to create unique effects.

In this section

  • Film grain
  • Gamma correction
  • ToneMap