Uses of Class
ca.cgjennings.graphics.filters.AbstractRowwiseFilter
-
Packages that use AbstractRowwiseFilter Package Description ca.cgjennings.graphics.filters -
-
Uses of AbstractRowwiseFilter in ca.cgjennings.graphics.filters
Subclasses of AbstractRowwiseFilter in ca.cgjennings.graphics.filters Modifier and Type Class Description class
CheckeredScreenFilter
A filter that applies a checkerboard pattern to the source image by multiplying the alpha channel of alternating pixels by different values.class
StencilFilter
Set the alpha channel of an image using the pixels of another image as a stencil.
-