Uses of Class
ca.cgjennings.graphics.filters.TintFilter
-
Packages that use TintFilter Package Description ca.cgjennings.apps.arkham.sheet ca.cgjennings.graphics.filters -
-
Uses of TintFilter in ca.cgjennings.apps.arkham.sheet
Subclasses of TintFilter in ca.cgjennings.apps.arkham.sheet Modifier and Type Class Description class
ShiftHReplaceSBFilter
This filter shifts the hue of each pixel by a fixed amount, sets the saturation to a fixed value, and scales the brightness. -
Uses of TintFilter in ca.cgjennings.graphics.filters
Subclasses of TintFilter in ca.cgjennings.graphics.filters Modifier and Type Class Description static class
TintFilter.ScaledTintFilter
ATintFilter
that scales its saturation and brightness.
-