Table of Contents

Color transforms

Intermediate Artist Programmer

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.

You can also write your own custom color transforms to create unique effects.

In this section