filters/subfilters library
Classes
- AddictiveColorSubFilter
-
The AddictiveColorSubFilter class is a SubFilter class to emphasize a color using red, green and
b
values. - BrightnessSubFilter
- The BrightnessSubFilter class is a SubFilter class to apply brightness to an image.
- ContrastSubFilter
- The ContrastSubFilter class is a SubFilter class to apply contrast to an image.
- ConvolutionSubFilter
- The ConvolutionSubFilter class is a ImageFilter class to apply a convolution to an image.
- GrayScaleSubFilter
- The GrayScaleSubFilter class is a SubFilter class to apply GrayScale to an image.
- HueRotationSubFilter
- The HueRotationSubFilter class is a SubFilter class to rotate hue in degrees.
- InvertSubFilter
- The InvertSubFilter class is a SubFilter class to invert an image.
- RGBOverlaySubFilter
- The RGBOverlaySubFilter class is a SubFilter class to apply an overlay to an image.
- RGBScaleSubFilter
- The RGBScaleSubFilter class is a SubFilter class to scale RGB values of every pixels in an image.
- SaturationSubFilter
- The SaturationSubFilter class is a SubFilter class to apply saturation to an image.
- SepiaSubFilter
- The SepiaSubFilter class is a SubFilter class to apply sepia to an image.