Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Package
gnu.java.awt.color

Classes in gnu.java.awt.color used by gnu.java.awt.color
ColorLookUpTable
          ColorLookUpTable handles color lookups through a color lookup table, as defined in the ICC specification.
ColorSpaceConverter
          ColorSpaceConverter - used by java.awt.color.ICC_ColorSpace Color space conversion can occur in several ways: -Directly (for the built in spaces sRGB, linear RGB, gray, CIE XYZ and PYCC -ICC_ProfileRGB works through TRC curves and a matrix -ICC_ProfileGray works through a single TRC -Everything else is done through Color lookup tables.
GrayScaleConverter
          Linear Grayscale converter
ToneReproductionCurve
          ToneReproductionCurve - TRCs are used to describe RGB and Grayscale profiles.