Uses of Class
ca.cgjennings.graphics.filters.AbstractTintingFilter
-
Packages that use AbstractTintingFilter Package Description ca.cgjennings.apps.arkham.sheet ca.cgjennings.graphics.filters -
-
Uses of AbstractTintingFilter in ca.cgjennings.apps.arkham.sheet
Subclasses of AbstractTintingFilter 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 AbstractTintingFilter in ca.cgjennings.graphics.filters
Subclasses of AbstractTintingFilter in ca.cgjennings.graphics.filters Modifier and Type Class Description class
ReplaceHueSaturationFilter
A tinting filter that replaces the hue and saturation of every pixel with fixed values, and scales the brightness.class
TintFilter
A basic, general purpose card tinting filter.static class
TintFilter.ScaledTintFilter
ATintFilter
that scales its saturation and brightness.class
TintOverlayFilter
This filter changes the colour of every pixel to an HSB colour value, but leaves the alpha value untouched.
-