|
|||||||||
| Home >> All >> java >> awt >> [ color overview ] | PREV NEXT | ||||||||
B
- BLUECOMPONENT - Static variable in class java.awt.color.ICC_ProfileRGB
C
- CLASS_ABSTRACT - Static variable in class java.awt.color.ICC_Profile
- CLASS_COLORSPACECONVERSION - Static variable in class java.awt.color.ICC_Profile
- CLASS_DEVICELINK - Static variable in class java.awt.color.ICC_Profile
- CLASS_DISPLAY - Static variable in class java.awt.color.ICC_Profile
- CLASS_INPUT - Static variable in class java.awt.color.ICC_Profile
- ICC Profile classes
- CLASS_NAMEDCOLOR - Static variable in class java.awt.color.ICC_Profile
- CLASS_OUTPUT - Static variable in class java.awt.color.ICC_Profile
- CMMException - exception java.awt.color.CMMException.
- Thrown when there is an error in the native CMM.
- CMMException(String) - Constructor for class java.awt.color.CMMException
- Create a new instance with a specified detailed error message.
- CS_BASE - Static variable in class java.awt.color.ColorSpace
- CS_CIEXYZ - Static variable in class java.awt.color.ColorSpace
- CS_COUNT - Static variable in class java.awt.color.ColorSpace
- CS_END - Static variable in class java.awt.color.ColorSpace
- CS_GRAY - Static variable in class java.awt.color.ColorSpace
- CS_LINEAR_RGB - Static variable in class java.awt.color.ColorSpace
- CS_PYCC - Static variable in class java.awt.color.ColorSpace
- CS_sRGB - Static variable in class java.awt.color.ColorSpace
- ColorSpace - class java.awt.color.ColorSpace.
- NEEDS DOCUMENTATION
- ColorSpace(int, int) - Constructor for class java.awt.color.ColorSpace
- converter - Variable in class java.awt.color.ICC_ColorSpace
- copyrightNotice - Static variable in class java.awt.color.ICC_Profile
- Copyright notice to stick into built-in-profile files.
- createCIEProfile() - Method in class java.awt.color.ICC_Profile
- Creates an CIE XYZ identity profile
- createGrayProfile() - Method in class java.awt.color.ICC_Profile
- Creates a linear gray ICC_Profile
- createLinearRGBProfile() - Method in class java.awt.color.ICC_Profile
- Creates an linear sRGB profile
- createMatrix() - Method in class java.awt.color.ICC_ProfileRGB
- Creates the colorspace conversion matrix from the RGB tristimulus values.
- createProfile(int) - Method in class java.awt.color.ICC_Profile
- Creates profile data corresponding to the built-in colorspaces.
- createPyccProfile() - Method in class java.awt.color.ICC_Profile
- XXX Implement me
- createRGBProfile() - Method in class java.awt.color.ICC_Profile
- Creates an ICC_Profile representing the sRGB color space
- createTagTable(byte[]) - Static method in class java.awt.color.ICC_Profile
- Sorts a ICC profile byte array into TagEntry objects stored in a hash table.
D
- D50 - Static variable in class java.awt.color.ICC_Profile
- CIE 1931 D50 white point (in Lab coordinates)
- diffMinMax - Variable in class java.awt.color.ICC_ColorSpace
F
- finalize() - Method in class java.awt.color.ICC_Profile
- Free up the used memory.
- fromCIEXYZ(float[]) - Method in class java.awt.color.ColorSpace
- fromCIEXYZ(float[]) - Method in class java.awt.color.ICC_ColorSpace
- Transforms a color value assumed to be in the CS_CIEXYZ conversion color space into this ColorSpace.
- fromRGB(float[]) - Method in class java.awt.color.ColorSpace
- fromRGB(float[]) - Method in class java.awt.color.ICC_ColorSpace
- Transforms a color value assumed to be in the default CS_sRGB color space into this ColorSpace.
G
- GREENCOMPONENT - Static variable in class java.awt.color.ICC_ProfileRGB
- gamma - Variable in class java.awt.color.ICC_ProfileRGB
- getColorSpaceType() - Method in class java.awt.color.ICC_Profile
- Returns the color space of this profile, in terms of the color space constants defined in ColorSpace.
- getConverter(ICC_Profile) - Method in class java.awt.color.ICC_ColorSpace
- Returns a colorspace converter suitable for a given profile
- getCurve(int) - Method in class java.awt.color.ICC_Profile
- Returns curve data for a 'curv'-type tag If it's a gamma curve, a single entry will be returned with the gamma value (including 1.0 for linear response) Otherwise the TRC table is returned.
- getData() - Method in class java.awt.color.ICC_Profile
- Returns the data corresponding to this ICC_Profile as a byte array.
- getData(int) - Method in class java.awt.color.ICC_Profile
- Returns the ICC profile tag data The non ICC-tag icSigHead is also permitted to request the header data.
- getGamma() - Method in class java.awt.color.ICC_ProfileGray
- Returns the TRC gamma value.
- getGamma(int) - Method in class java.awt.color.ICC_ProfileRGB
- Returns the gamma value of a component
- getInstance(int) - Static method in class java.awt.color.ColorSpace
- getInstance(byte[]) - Static method in class java.awt.color.ICC_Profile
- Returns an ICC_Profile instance from a byte array of profile data.
- getInstance(int) - Static method in class java.awt.color.ICC_Profile
- Returns an predefined ICC_Profile instance.
- getInstance(String) - Static method in class java.awt.color.ICC_Profile
- Returns an ICC_Profile instance from an ICC Profile file.
- getInstance(InputStream) - Static method in class java.awt.color.ICC_Profile
- Returns an ICC_Profile instance from an InputStream.
- getMajorVersion() - Method in class java.awt.color.ICC_Profile
- Returns the major version number
- getMatrix() - Method in class java.awt.color.ICC_ProfileRGB
- Returns the colorant matrix of the conversion.
- getMaxValue(int) - Method in class java.awt.color.ColorSpace
- getMaxValue(int) - Method in class java.awt.color.ICC_ColorSpace
- Returns the maximum normalized color component value for the specified component.
- getMediaWhitePoint() - Method in class java.awt.color.ICC_ProfileGray
- Returns the media white point of the profile.
- getMediaWhitePoint() - Method in class java.awt.color.ICC_ProfileRGB
- Returns the media white point of the profile.
- getMinValue(int) - Method in class java.awt.color.ColorSpace
- getMinValue(int) - Method in class java.awt.color.ICC_ColorSpace
- Returns the minimum normalized color component value for the specified component.
- getMinorVersion() - Method in class java.awt.color.ICC_Profile
- Returns the minor version number.
- getName(int) - Method in class java.awt.color.ColorSpace
- getNumComponents() - Method in class java.awt.color.ColorSpace
- getNumComponents() - Method in class java.awt.color.ICC_Profile
- Get the number of components in the profile's device color space.
- getPCSType() - Method in class java.awt.color.ICC_Profile
- Returns the color space of this profile's Profile Connection Space (OCS) In terms of the color space constants defined in ColorSpace.
- getProfile() - Method in class java.awt.color.ICC_ColorSpace
- Return the profile
- getProfileClass() - Method in class java.awt.color.ICC_Profile
- Returns the device class of this profile, (E.g.
- getSize() - Method in class java.awt.color.ICC_Profile
- Returns the total size of the padded, stored data Note: Tags must be stored on 4-byte aligned offsets.
- getTRC() - Method in class java.awt.color.ICC_ProfileGray
- Returns the TRC lookup table.
- getTRC(int) - Method in class java.awt.color.ICC_ProfileRGB
- Returns the TRC lookup table for a component
- getTagTable() - Method in class java.awt.color.ICC_Profile
- Generates the tag index table
- getType() - Method in class java.awt.color.ColorSpace
- getXYZData(int) - Method in class java.awt.color.ICC_Profile
- Returns XYZ tristimulus values for an 'XYZ ' type tag
H
- header - Variable in class java.awt.color.ICC_Profile
- The profile header data
I
- ICC_ColorSpace - class java.awt.color.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.
- ICC_ColorSpace(ICC_Profile) - Constructor for class java.awt.color.ICC_ColorSpace
- Constructs a new ICC_ColorSpace from an ICC_Profile object.
- ICC_Profile - class java.awt.color.ICC_Profile.
- ICC Profile - represents an ICC Color profile.
- ICC_Profile(int) - Constructor for class java.awt.color.ICC_Profile
- Contructor for predefined colorspaces
- ICC_Profile(ProfileHeader, Hashtable) - Constructor for class java.awt.color.ICC_Profile
- Constructs an ICC_Profile from a header and a table of loaded tags.
- ICC_Profile(byte[]) - Constructor for class java.awt.color.ICC_Profile
- Constructs an ICC_Profile from a byte array of data.
- ICC_ProfileGray - class java.awt.color.ICC_ProfileGray.
- ICC_ProfileGray - a special case of ICC_Profiles.
- ICC_ProfileGray(int) - Constructor for class java.awt.color.ICC_ProfileGray
- Package-private constructor used by ICC_ColorSpace for creating an ICC_ProfileGray from a predefined ColorSpace (CS_GRAY)
- ICC_ProfileGray(byte[]) - Constructor for class java.awt.color.ICC_ProfileGray
- Package-private constructor used by ICC_ColorSpace for creating an ICC_ProfileGray from profile data.
- ICC_ProfileRGB - class java.awt.color.ICC_ProfileRGB.
- ICC_ProfileRGB - a special case of ICC_Profiles.
- ICC_ProfileRGB(int) - Constructor for class java.awt.color.ICC_ProfileRGB
- Package-private constructor used by ICC_ColorSpace for creating an ICC_ProfileRGB from a predefined ColorSpace (CS_LINEAR_RGB and CS_sRGB)
- ICC_ProfileRGB(byte[]) - Constructor for class java.awt.color.ICC_ProfileRGB
- Package-private constructor used by ICC_ColorSpace for creating an ICC_ProfileRGB from profile data.
- INSTANCES - Static variable in class java.awt.color.ColorSpace
- icAbsoluteColorimetric - Static variable in class java.awt.color.ICC_Profile
- icCurveCount - Static variable in class java.awt.color.ICC_Profile
- icCurveData - Static variable in class java.awt.color.ICC_Profile
- icHdrAttributes - Static variable in class java.awt.color.ICC_Profile
- icHdrCmmId - Static variable in class java.awt.color.ICC_Profile
- icHdrColorSpace - Static variable in class java.awt.color.ICC_Profile
- icHdrCreator - Static variable in class java.awt.color.ICC_Profile
- icHdrDate - Static variable in class java.awt.color.ICC_Profile
- icHdrDeviceClass - Static variable in class java.awt.color.ICC_Profile
- icHdrFlags - Static variable in class java.awt.color.ICC_Profile
- icHdrIlluminant - Static variable in class java.awt.color.ICC_Profile
- icHdrMagic - Static variable in class java.awt.color.ICC_Profile
- icHdrManufacturer - Static variable in class java.awt.color.ICC_Profile
- icHdrModel - Static variable in class java.awt.color.ICC_Profile
- icHdrPcs - Static variable in class java.awt.color.ICC_Profile
- icHdrPlatform - Static variable in class java.awt.color.ICC_Profile
- icHdrRenderingIntent - Static variable in class java.awt.color.ICC_Profile
- icHdrSize - Static variable in class java.awt.color.ICC_Profile
- Header offsets
- icHdrVersion - Static variable in class java.awt.color.ICC_Profile
- icPerceptual - Static variable in class java.awt.color.ICC_Profile
- Rendering intents
- icRelativeColorimetric - Static variable in class java.awt.color.ICC_Profile
- icSaturation - Static variable in class java.awt.color.ICC_Profile
- icSigAToB0Tag - Static variable in class java.awt.color.ICC_Profile
- Tag signatures
- icSigAToB1Tag - Static variable in class java.awt.color.ICC_Profile
- icSigAToB2Tag - Static variable in class java.awt.color.ICC_Profile
- icSigAbstractClass - Static variable in class java.awt.color.ICC_Profile
- icSigBToA0Tag - Static variable in class java.awt.color.ICC_Profile
- icSigBToA1Tag - Static variable in class java.awt.color.ICC_Profile
- icSigBToA2Tag - Static variable in class java.awt.color.ICC_Profile
- icSigBlueColorantTag - Static variable in class java.awt.color.ICC_Profile
- icSigBlueTRCTag - Static variable in class java.awt.color.ICC_Profile
- icSigCalibrationDateTimeTag - Static variable in class java.awt.color.ICC_Profile
- icSigCharTargetTag - Static variable in class java.awt.color.ICC_Profile
- icSigChromaticityTag - Static variable in class java.awt.color.ICC_Profile
- icSigCmyData - Static variable in class java.awt.color.ICC_Profile
- icSigCmykData - Static variable in class java.awt.color.ICC_Profile
- icSigColorSpaceClass - Static variable in class java.awt.color.ICC_Profile
- icSigCopyrightTag - Static variable in class java.awt.color.ICC_Profile
- icSigCrdInfoTag - Static variable in class java.awt.color.ICC_Profile
- icSigDeviceMfgDescTag - Static variable in class java.awt.color.ICC_Profile
- icSigDeviceModelDescTag - Static variable in class java.awt.color.ICC_Profile
- icSigDeviceSettingsTag - Static variable in class java.awt.color.ICC_Profile
- icSigDisplayClass - Static variable in class java.awt.color.ICC_Profile
- icSigGamutTag - Static variable in class java.awt.color.ICC_Profile
- icSigGrayData - Static variable in class java.awt.color.ICC_Profile
- icSigGrayTRCTag - Static variable in class java.awt.color.ICC_Profile
- icSigGreenColorantTag - Static variable in class java.awt.color.ICC_Profile
- icSigGreenTRCTag - Static variable in class java.awt.color.ICC_Profile
- icSigHead - Static variable in class java.awt.color.ICC_Profile
- Non-ICC tag 'head' for use in retrieving the header with getData()
- icSigHlsData - Static variable in class java.awt.color.ICC_Profile
- icSigHsvData - Static variable in class java.awt.color.ICC_Profile
- icSigInputClass - Static variable in class java.awt.color.ICC_Profile
- ICC Profile class signatures
- icSigLabData - Static variable in class java.awt.color.ICC_Profile
- icSigLinkClass - Static variable in class java.awt.color.ICC_Profile
- icSigLuminanceTag - Static variable in class java.awt.color.ICC_Profile
- icSigLuvData - Static variable in class java.awt.color.ICC_Profile
- icSigMeasurementTag - Static variable in class java.awt.color.ICC_Profile
- icSigMediaBlackPointTag - Static variable in class java.awt.color.ICC_Profile
- icSigMediaWhitePointTag - Static variable in class java.awt.color.ICC_Profile
- icSigNamedColor2Tag - Static variable in class java.awt.color.ICC_Profile
- icSigNamedColorClass - Static variable in class java.awt.color.ICC_Profile
- icSigOutputClass - Static variable in class java.awt.color.ICC_Profile
- icSigOutputResponseTag - Static variable in class java.awt.color.ICC_Profile
- icSigPreview0Tag - Static variable in class java.awt.color.ICC_Profile
- icSigPreview1Tag - Static variable in class java.awt.color.ICC_Profile
- icSigPreview2Tag - Static variable in class java.awt.color.ICC_Profile
- icSigProfileDescriptionTag - Static variable in class java.awt.color.ICC_Profile
- icSigProfileSequenceDescTag - Static variable in class java.awt.color.ICC_Profile
- icSigPs2CRD0Tag - Static variable in class java.awt.color.ICC_Profile
- icSigPs2CRD1Tag - Static variable in class java.awt.color.ICC_Profile
- icSigPs2CRD2Tag - Static variable in class java.awt.color.ICC_Profile
- icSigPs2CRD3Tag - Static variable in class java.awt.color.ICC_Profile
- icSigPs2CSATag - Static variable in class java.awt.color.ICC_Profile
- icSigPs2RenderingIntentTag - Static variable in class java.awt.color.ICC_Profile
- icSigRedColorantTag - Static variable in class java.awt.color.ICC_Profile
- icSigRedTRCTag - Static variable in class java.awt.color.ICC_Profile
- icSigRgbData - Static variable in class java.awt.color.ICC_Profile
- icSigScreeningDescTag - Static variable in class java.awt.color.ICC_Profile
- icSigScreeningTag - Static variable in class java.awt.color.ICC_Profile
- icSigSpace2CLR - Static variable in class java.awt.color.ICC_Profile
- icSigSpace3CLR - Static variable in class java.awt.color.ICC_Profile
- icSigSpace4CLR - Static variable in class java.awt.color.ICC_Profile
- icSigSpace5CLR - Static variable in class java.awt.color.ICC_Profile
- icSigSpace6CLR - Static variable in class java.awt.color.ICC_Profile
- icSigSpace7CLR - Static variable in class java.awt.color.ICC_Profile
- icSigSpace8CLR - Static variable in class java.awt.color.ICC_Profile
- icSigSpace9CLR - Static variable in class java.awt.color.ICC_Profile
- icSigSpaceACLR - Static variable in class java.awt.color.ICC_Profile
- icSigSpaceBCLR - Static variable in class java.awt.color.ICC_Profile
- icSigSpaceCCLR - Static variable in class java.awt.color.ICC_Profile
- icSigSpaceDCLR - Static variable in class java.awt.color.ICC_Profile
- icSigSpaceECLR - Static variable in class java.awt.color.ICC_Profile
- icSigSpaceFCLR - Static variable in class java.awt.color.ICC_Profile
- icSigTechnologyTag - Static variable in class java.awt.color.ICC_Profile
- icSigUcrBgTag - Static variable in class java.awt.color.ICC_Profile
- icSigViewingCondDescTag - Static variable in class java.awt.color.ICC_Profile
- icSigViewingConditionsTag - Static variable in class java.awt.color.ICC_Profile
- icSigXYZData - Static variable in class java.awt.color.ICC_Profile
- Color space signatures
- icSigYCbCrData - Static variable in class java.awt.color.ICC_Profile
- icSigYxyData - Static variable in class java.awt.color.ICC_Profile
- icTagReserved - Static variable in class java.awt.color.ICC_Profile
- icTagType - Static variable in class java.awt.color.ICC_Profile
- icXYZNumberX - Static variable in class java.awt.color.ICC_Profile
- iccProfileSerializedDataVersion - Static variable in class java.awt.color.ICC_Profile
- invDiffMinMax - Variable in class java.awt.color.ICC_ColorSpace
- isCS_sRGB() - Method in class java.awt.color.ColorSpace
- isCS_sRGB() - Method in class java.awt.color.ICC_ColorSpace
- isGrayProfile(ProfileHeader, Hashtable) - Static method in class java.awt.color.ICC_Profile
- Returns if the criteria for an ICC_ProfileGray are met.
- isPredefined() - Method in class java.awt.color.ICC_Profile
- Returns the profile ID if it's a predefined profile Or -1 for a profile loaded from an ICC profile (Package private - used by ICC_ColorSpace)
- isRGBProfile(ProfileHeader, Hashtable) - Static method in class java.awt.color.ICC_Profile
- Returns if the criteria for an ICC_ProfileRGB are met.
J
- java.awt.color - package java.awt.color
- Abstract Window Toolkit classes.
M
- makeArrays() - Method in class java.awt.color.ICC_ColorSpace
- Serialization compatibility requires these variable to be set, although we don't use them.
- makeDescTag(String) - Method in class java.awt.color.ICC_Profile
- Creates a tag of textDescriptionType
- makeIdentityClut() - Method in class java.awt.color.ICC_Profile
- Creates an identity color lookup table.
- makeTRC() - Method in class java.awt.color.ICC_Profile
- Creates a tag of TRC type (linear curve)
- makeTRC(float) - Method in class java.awt.color.ICC_Profile
- Creates a tag of TRC type (single gamma value)
- makeTRC(float[]) - Method in class java.awt.color.ICC_Profile
- Creates a tag of TRC type (TRC curve points)
- makeTextTag(String) - Method in class java.awt.color.ICC_Profile
- Creates a tag of text type
- makeXYZData(float[]) - Method in class java.awt.color.ICC_Profile
- Creates a tag of XYZ-value type.
- matrix - Variable in class java.awt.color.ICC_ProfileRGB
- maxVal - Variable in class java.awt.color.ICC_ColorSpace
- minVal - Variable in class java.awt.color.ICC_ColorSpace
N
- nComponents - Variable in class java.awt.color.ICC_ColorSpace
- needScaleInit - Variable in class java.awt.color.ICC_ColorSpace
- numComponents - Variable in class java.awt.color.ColorSpace
P
- ProfileDataException - exception java.awt.color.ProfileDataException.
- Thrown when there is an error accessing or processing an
ICC_Profile. - ProfileDataException(String) - Constructor for class java.awt.color.ProfileDataException
- Create a new instance with a specified detailed error message.
- profileID - Variable in class java.awt.color.ICC_Profile
- Color space profile ID Set to the predefined profile class (e.g.
R
- REDCOMPONENT - Static variable in class java.awt.color.ICC_ProfileRGB
- readObject(ObjectInputStream) - Method in class java.awt.color.ICC_ColorSpace
- Deserializes the object
- readObject(ObjectInputStream) - Method in class java.awt.color.ICC_Profile
- Deserializes an instance
- readResolve() - Method in class java.awt.color.ICC_Profile
- After deserializing we must determine if the class we want is really one of the more specialized ICC_ProfileRGB or ICC_ProfileGray classes.
S
- serialVersionUID - Static variable in class java.awt.color.CMMException
- Compatible with JDK 1.2+.
- serialVersionUID - Static variable in class java.awt.color.ColorSpace
- Compatible with JDK 1.2+.
- serialVersionUID - Static variable in class java.awt.color.ICC_ColorSpace
- Compatible with JDK 1.2+.
- serialVersionUID - Static variable in class java.awt.color.ICC_Profile
- Compatible with JDK 1.2+.
- serialVersionUID - Static variable in class java.awt.color.ICC_ProfileGray
- Compatible with JDK 1.2+.
- serialVersionUID - Static variable in class java.awt.color.ICC_ProfileRGB
- Compatible with JDK 1.2+.
- serialVersionUID - Static variable in class java.awt.color.ProfileDataException
- Compatible with JDK 1.2+.
- setData(int, byte[]) - Method in class java.awt.color.ICC_Profile
- Sets the ICC profile tag data.
T
- TRC_POINTS - Static variable in class java.awt.color.ICC_Profile
- Resolution of the TRC to use for predefined profiles.
- TYPE_2CLR - Static variable in class java.awt.color.ColorSpace
- TYPE_3CLR - Static variable in class java.awt.color.ColorSpace
- TYPE_4CLR - Static variable in class java.awt.color.ColorSpace
- TYPE_5CLR - Static variable in class java.awt.color.ColorSpace
- TYPE_6CLR - Static variable in class java.awt.color.ColorSpace
- TYPE_7CLR - Static variable in class java.awt.color.ColorSpace
- TYPE_8CLR - Static variable in class java.awt.color.ColorSpace
- TYPE_9CLR - Static variable in class java.awt.color.ColorSpace
- TYPE_ACLR - Static variable in class java.awt.color.ColorSpace
- TYPE_BCLR - Static variable in class java.awt.color.ColorSpace
- TYPE_CCLR - Static variable in class java.awt.color.ColorSpace
- TYPE_CMY - Static variable in class java.awt.color.ColorSpace
- TYPE_CMYK - Static variable in class java.awt.color.ColorSpace
- TYPE_DCLR - Static variable in class java.awt.color.ColorSpace
- TYPE_ECLR - Static variable in class java.awt.color.ColorSpace
- TYPE_FCLR - Static variable in class java.awt.color.ColorSpace
- TYPE_GRAY - Static variable in class java.awt.color.ColorSpace
- TYPE_HLS - Static variable in class java.awt.color.ColorSpace
- TYPE_HSV - Static variable in class java.awt.color.ColorSpace
- TYPE_Lab - Static variable in class java.awt.color.ColorSpace
- TYPE_Luv - Static variable in class java.awt.color.ColorSpace
- TYPE_RGB - Static variable in class java.awt.color.ColorSpace
- TYPE_XYZ - Static variable in class java.awt.color.ColorSpace
- TYPE_YCbCr - Static variable in class java.awt.color.ColorSpace
- TYPE_Yxy - Static variable in class java.awt.color.ColorSpace
- tagTable - Variable in class java.awt.color.ICC_Profile
- A hashtable containing the profile tags as TagEntry objects
- tagTableOffset - Static variable in class java.awt.color.ICC_Profile
- offset of the Tag table
- thisProfile - Variable in class java.awt.color.ICC_ColorSpace
- toCIEXYZ(float[]) - Method in class java.awt.color.ColorSpace
- toCIEXYZ(float[]) - Method in class java.awt.color.ICC_ColorSpace
- Transforms a color value assumed to be in this ColorSpace into the CS_CIEXYZ conversion color space.
- toRGB(float[]) - Method in class java.awt.color.ColorSpace
- Transforms a color value assumed to be in this ColorSpace into a value in the default CS_sRGB color space.
- toRGB(float[]) - Method in class java.awt.color.ICC_ColorSpace
- Transforms a color value assumed to be in this ColorSpace into a value in the default CS_sRGB color space.
- type - Variable in class java.awt.color.ColorSpace
- type - Variable in class java.awt.color.ICC_ColorSpace
- Tells us if the PCS is CIE LAB (must be CIEXYZ otherwise)
W
- whitePoint - Variable in class java.awt.color.ICC_ProfileGray
- whitePoint - Variable in class java.awt.color.ICC_ProfileRGB
- write(String) - Method in class java.awt.color.ICC_Profile
- Writes the profile data to an ICC profile file.
- write(OutputStream) - Method in class java.awt.color.ICC_Profile
- Writes the profile data in ICC profile file-format to a stream.
- writeObject(ObjectOutputStream) - Method in class java.awt.color.ICC_Profile
- Serializes an instance The format is a String and a byte array, The string is non-null if the instance is one of the built-in profiles.
B C D F G H I J M N P R S T W
|
|||||||||
| Home >> All >> java >> awt >> [ color overview ] | PREV NEXT | ||||||||