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

Quick Search    Search Deep

java.awt.color: Javadoc index of package java.awt.color.


Package Samples:

java.awt.color: Abstract Window Toolkit classes.  

Classes:

ICC_ProfileRGB: ICC_ProfileRGB - a special case of ICC_Profiles. The ICC_Profile.getInstance() method will return an instance of the ICC_ProfileRGB subclass when all the following conditions are met: The device color space of the profile is TYPE_RGB. The profile contains red, green and blue ColorantTags. The profile contains red, green and blue TRCTags. The profile contains a mediaWhitePointTag included. As per the ICC specification, the color space conversion can then be done through the following method: linearR = redTRC[deviceR] linearG = greenTRC[deviceG] linearB = blueTRC[deviceB] TRC curves are either a ...
ICC_ColorSpace: ICC_ColorSpace - an implementation of ColorSpace While an ICC_Profile class abstracts the data in an ICC profile file an ICC_ColorSpace performs the color space conversions defined by an ICC_Profile instance. Typically, an ICC_Profile will either be created using getInstance, either from the built-in colorspaces, or from an ICC profile file. Then a ICC_Colorspace will be used to perform transforms from the device colorspace to and from the profile color space. The PCS used by ColorSpace is CIE XYZ relative a D50 white point. (Profiles using a CIE Lab PCS will have their input and output converted ...
ICC_Profile: ICC Profile - represents an ICC Color profile. The ICC profile format is a standard file format which maps the transform from a device color space to a standard Profile Color Space (PCS), which can either be CIE L*a*b or CIE XYZ. (With the exception of device link profiles which map from one device space to another) ICC profiles calibrated to specific input/output devices are used when color fidelity is of importance. An instance of ICC_Profile can be created using the getInstance() methods, either using one of the predefined color spaces enumerated in ColorSpace, or from an ICC profile file, or ...
ICC_ProfileGray: ICC_ProfileGray - a special case of ICC_Profiles. The ICC_Profile.getInstance() method will return an instance of the ICC_ProfileGray subclass when all the following conditions are met: The device color space of the profile is TYPE_GRAY. The profile contains a gray TRCTag. The profile contains a mediaWhitePointTag. As per the ICC specification, the color space conversion can then be done through the following method: linearGray = grayTRC[deviceGray] Note that if the profile contains a CLUT for the color space conversion, it should be used instead, and the TRC information ignored.
ProfileDataException: Thrown when there is an error accessing or processing an ICC_Profile .
CMMException: Thrown when there is an error in the native CMM.
ColorSpace: NEEDS DOCUMENTATION

Home | Contact Us | Privacy Policy | Terms of Service