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 classCheckeredScreenFilterA filter that applies a checkerboard pattern to the source image by multiplying the alpha channel of alternating pixels by different values.classStencilFilterSet the alpha channel of an image using the pixels of another image as a stencil.
-