Classes
 ClassDescription
 BrightnessCorrection The BrightnessCorrection class is a filter that adds or removes brightness from an image.
 ColorMatrix The ColorMatrix class is an implementation of the native ColorMatrixFilter.
 ContrastCorrection The ContrastCorrection class is a filter that levels the contrast in an image.
 Curves The Curves class is a filter that applies a curve to a given image.
 Extract The Extract class is a filter that extracts a given color.
 GammaCorrection The GammaCorrection class is a filter that levels the brightness in an image.
 Grayscale The Grayscale class is a basic filter that allows fast conversion from RGB or RGBA to GRAYSCALE.
 GrayscaleBT709 The GrayscaleBT709 class transforms a RGB/RGBA image into grayscale using BT709 algorithm.
 GrayscaleRMY The GrayscaleRMY class transforms a RGB/RGBA image into grayscale using RMY algorithm.
 GrayscaleY The GrayscaleBT709 class transforms a RGB/RGBA image into grayscale using Y algorithm.
 Infrared The Infrared class is a filter that fakes an infrared effect.
 Invert The Invert class is a filter that inverts the colors of an image.
 LevelsCorrection The LevelsCorrection class is a filter that can stretch or squish the histogram of an image.
 LUTFilter The LUTFilter class is a basic filter used for most look-up table based operations.
 Normalize The Normaluze class is a filter that normalizes the colors of an image.
 QuickContrastCorrection The QuickContrastCorrection class is a filter that levels the contrast in an image.
 QuickSepia The QuickSepia class is a filter that applies the well-known sepia effect.
 RedEyeRemoval The RedEyeRemoval class is a filter that removes the red-eye effect from taken fotos.
 Sepia The Sepia class is a filter that applies the well-known sepia effect.
 ToneMapping The ToneMapping class is a filter that applies a simple tone mapping to the image.