Contents

Applying color transforms to pixel buffers

Adjust the colors of an image by applying gamma, polynomials, or multidimensional lookup.

Topics

Applying gamma

Applying piecewise gamma

Appying polynomial (32-bit source, 8-bit destination)

Appying polynomial (8-bit source, 32-bit destination)

Appying polynomial (32-bit)

Transforming with a lookup table

Transforming with a multidimensional lookup table

Applying a flood fill to an image

See Also

Pixel buffer operations