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 classShiftHReplaceSBFilterThis 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 classAbstractTintingFilterAn abstract base class forTintingFilters.classReplaceHueSaturationFilterA tinting filter that replaces the hue and saturation of every pixel with fixed values, and scales the brightness.classTintFilterA basic, general purpose card tinting filter.static classTintFilter.ScaledTintFilterATintFilterthat scales its saturation and brightness.classTintOverlayFilterThis 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 TintingFilterTintCache. filterMethods in ca.cgjennings.graphics.filters that return TintingFilter Modifier and Type Method Description TintingFilterTintCache. 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)
-