filters 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.
- Filter
- The Filter class to define a Filter consists of multiple SubFilters
- 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.
- SubFilter
- The SubFilter class is the abstract class to define any SubFilter.