Contents

Transforming with lookup tables

Use lookup tables to apply color transformations to images.

Overview

Lookup table functions use the value of a source pixel as an index into a lookup table of colors that defines the corresponding destination pixel. You can use lookup table functions to perform tasks, such as color grading, converting between color spaces, or generating false-color images.

Topics

Transforming planar-to-planar with a lookup table

Transforming planar-to-interleaved with a lookup table

Transforming interleaved-to-interleaved with a lookup table

Transforming with a multidimensional lookup table

See Also

Applying color transforms to images