Class Summary |
AdaptiveThresholdFilter |
Determines the local luminance around a pixel, then turns the pixel black if it is below that local luminance and white if above. |
AmatorkaFilter |
A photo filter based on a Photoshop action by Amatorka: http://amatorka.deviantart.com/art/Amatorka-Action-2-121069631 . |
BrightnessFilter |
A image brightness adjusting filter extension of BasicFilter. |
ChromaKeyFilter |
For a given color in the image, sets the alpha channel to 0. |
ColourInvertFilter |
Inverts the colors of an image |
ColourMatrixFilter |
A colour matrix filter implementation of BasicFilter. |
ContrastFilter |
A contrast filter extension of BasicFilter. |
ExposureFilter |
A exposure filter extension of RGBFilter. |
FalseColourFilter |
Uses the luminance of the image to mix between two user-specified colors
firstColor: The color used replace the dark areas of the image
secondColor: The color used replace the light areas of the image |
GammaFilter |
A gamma adjustment filter extension of BasicFilter. |
GreyScaleFilter |
A grey scale filter extension of the BasicFilter. |
HazeFilter |
Used to add or remove haze (similar to a UV filter)
distance: Strength of the color applied. |
HighlightShadowFilter |
Adjusts the shadows and highlights of an image
shadows: Increase to lighten shadows, from 0.0 to 1.0. |
HueFilter |
A hue adjusting filter implementation of BasicFilter. |
LevelsFilter |
A image levels filter extension of BasicFilter. |
LookupFilter |
Uses an RGB color lookup image to remap the colors in an image. |
LuminanceThresholdFilter |
Pixels with a luminance above the threshold will appear white, and those below will be black
threshold: The luminance threshold, from 0.0 to 1.0 |
MissEtikateFilter |
A photo filter based on a Photoshop action by Miss Etikate: http://miss-etikate.deviantart.com/art/Photoshop-Action-15-120151961. |
MonochromeFilter |
Converts the image to a single-color version, based on the luminance of each pixel
intensity: The degree to which the specific color replaces the normal image color (0.0 - 1.0)
color: The color to use as the basis for the effect |
OpacityFilter |
Adjusts the alpha channel of the incoming image
opacity: The value to multiply the incoming alpha channel for each pixel by (0.0 - 1.0) |
RGBFilter |
A red, green and blue alteration filter extension of the BasicFilter. |
SaturationFilter |
A saturation adjustment filter extension of BasicFilter. |
SepiaFilter |
Simple sepia tone filter
intensity: The degree to which the sepia tone replaces the normal image color (0.0 - 1.0) |
SoftEleganceFilter |
Another lookup-based color remapping filter. |
ToneCurveFilter |
Adjusts the colors of an image based on spline curves for each color channel. |