Module algorithms

Source
Expand description

Contains all filtering algorithms.

Structsยง

Brighten
Modifies the brightness of the image.
Contrast
Modifies the contrast of the image.
GradientMap
Applies a gradient map to the image.
HueRotate
Rotates the hue based on the amount of degrees passed.
MultiplyHue
Multiplies the hue of each pixel by the factor passed.
QuantizeHue
Quantizes the hue of each pixel to one of the hues passed.
Saturate
Modifies the saturation of the image.