All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----java.awt.image.ImageFilter
|
+----java.awt.image.RGBImageFilter
|
+----gjt.image.BleachImageFilter
Extent of the bleaching effect is controlled by the only constructor argument: an integer representing the percentage of bleaching. The percentage of bleaching may also be controlled after instantiation by invoking the void percent(int) method.
public BleachImageFilter(int percent)
public int percent()
public void percent(int percent)
public int filterRGB(int x,
int y,
int rgb)
All Packages Class Hierarchy This Package Previous Next Index