All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.awt.image.ImageFilter | +----java.awt.image.RGBImageFilter | +----ca.bc.europa.awt.image.Invert
Invert
class is an image filter that converts
pixel colours to their inverse values.
public Invert()
public int filterRGB(int x, int y, int rgb)
All Packages Class Hierarchy This Package Previous Next Index