Uses of Interface
ca.cgjennings.graphics.filters.TintingFilter
-
Packages that use TintingFilter Package Description ca.cgjennings.apps.arkham.sheet ca.cgjennings.graphics.filters -
-
Uses of TintingFilter in ca.cgjennings.apps.arkham.sheet
Classes in ca.cgjennings.apps.arkham.sheet that implement TintingFilter 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 TintingFilter in ca.cgjennings.graphics.filters
Classes in ca.cgjennings.graphics.filters that implement TintingFilter Modifier and Type Class Description class
AbstractTintingFilter
An abstract base class forTintingFilter
s.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.Fields in ca.cgjennings.graphics.filters declared as TintingFilter Modifier and Type Field Description protected TintingFilter
TintCache. filter
Methods in ca.cgjennings.graphics.filters that return TintingFilter Modifier and Type Method Description TintingFilter
TintCache. getFilter()
Returns the filter invoked by this cache.Constructors in ca.cgjennings.graphics.filters with parameters of type TintingFilter Constructor Description TintCache(TintingFilter filter)
TintCache(TintingFilter filter, java.awt.image.BufferedImage sourceImage)
-