Expand description
Contains all filtering algorithms.
Structsยง
- Brighten
- Modifies the brightness of the image.
- Contrast
- Modifies the contrast of the image.
- Gradient
Map - Applies a gradient map to the image.
- HueRotate
- Rotates the hue based on the amount of degrees passed.
- Multiply
Hue - Multiplies the hue of each pixel by the factor passed.
- Quantize
Hue - Quantizes the hue of each pixel to one of the hues passed.
- Saturate
- Modifies the saturation of the image.