All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----java.awt.image.ImageFilter | +----Acme.JPM.Filters.ImageFilterPlus | +----Acme.JPM.Filters.RGBBlockFilter | +----Acme.JPM.Filters.Gamma
Gamma correction fixes a form of color distortion common to many monitors. Values less than 1.0 darken the image, and greater than 1.0 lighten it.
Fetch the software.
Fetch the entire Acme package.
public Gamma(ImageProducer producer, double value)
public Gamma(ImageProducer producer, double rValue, double gValue, double bValue)
public int[][] filterRGBBlock(int x, int y, int width, int height, int rgbPixels[][])
public static void main(String args[])
All Packages Class Hierarchy This Package Previous Next Index
ACME Java ACME Labs