API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.awt.color. ICC_ColorSpace View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      ColorSpace
          ICC_ColorSpace
Implements
Subclasses
Description
public class ICC_ColorSpace
  The ICC_ColorSpace class is an implementation of the abstract ColorSpace class.
See also:    ColorSpace ICC_Profile
Constructors
public ICC_ColorSpace (ICC_Profile profile)
  Constructs a new ICC_ColorSpace from an ICC_Profile object.
Methods
Hide/Show inherited methods
public float fromCIEXYZ (float[] colorvalue) [Specified in ColorSpace]
  Transforms a color value assumed to be in the CS_CIEXYZ conversion color space into this ColorSpace.
public float fromRGB (float[] rgbvalue) [Specified in ColorSpace]
  Transforms a color value assumed to be in the default CS_sRGB color space into this ColorSpace.
publicstatic ColorSpace getInstance (int colorspace) [Inherited From ColorSpace]
  Returns a ColorSpace representing one of the specific predefined color spaces.
public float getMaxValue (int component) [Overrides ColorSpace]
  Returns the maximum normalized color component value for the specified component.
public float getMinValue (int component) [Overrides ColorSpace]
  Returns the minimum normalized color component value for the specified component.
public String getName (int idx) [Inherited From ColorSpace]
  Returns the name of the component given the component index.
public int getNumComponents () [Inherited From ColorSpace]
  Returns the number of components of this ColorSpace.
public ICC_Profile getProfile ()
  Returns the ICC_Profile for this ICC_ColorSpace.
public int getType () [Inherited From ColorSpace]
  Returns the color space type of this ColorSpace (for example TYPE_RGB, TYPE_XYZ, ...).
pack-privatestatic boolean isCS_CIEXYZ (ColorSpace cspace) [Inherited From ColorSpace]
public boolean isCS_sRGB () [Inherited From ColorSpace]
  Returns true if the ColorSpace is CS_sRGB.
public float toCIEXYZ (float[] colorvalue) [Specified in ColorSpace]
  Transforms a color value assumed to be in this ColorSpace into the CS_CIEXYZ conversion color space.
public float toRGB (float[] colorvalue) [Specified in ColorSpace]
  Transforms a color value assumed to be in this ColorSpace into a value in the default CS_sRGB color space.
Fields
Hide/Show inherited fields
publicfinalstatic int CS_CIEXYZ = "1001" [Inherited From ColorSpace]
The CIEXYZ conversion color space defined above.
publicfinalstatic int CS_GRAY = "1003" [Inherited From ColorSpace]
The built-in linear gray scale color space.
publicfinalstatic int CS_LINEAR_RGB = "1004" [Inherited From ColorSpace]
  A built-in linear RGB color space.
publicfinalstatic int CS_PYCC = "1002" [Inherited From ColorSpace]
The Photo YCC conversion color space.
publicfinalstatic int CS_sRGB = "1000" [Inherited From ColorSpace]
pack-privatefinalstatic long serialVersionUID = "3455889114070431483" [Overrides ColorSpace]
publicfinalstatic int TYPE_2CLR = "12" [Inherited From ColorSpace]
Generic 2 component color spaces.
publicfinalstatic int TYPE_3CLR = "13" [Inherited From ColorSpace]
Generic 3 component color spaces.
publicfinalstatic int TYPE_4CLR = "14" [Inherited From ColorSpace]
Generic 4 component color spaces.
publicfinalstatic int TYPE_5CLR = "15" [Inherited From ColorSpace]
Generic 5 component color spaces.
publicfinalstatic int TYPE_6CLR = "16" [Inherited From ColorSpace]
Generic 6 component color spaces.
publicfinalstatic int TYPE_7CLR = "17" [Inherited From ColorSpace]
Generic 7 component color spaces.
publicfinalstatic int TYPE_8CLR = "18" [Inherited From ColorSpace]
Generic 8 component color spaces.
publicfinalstatic int TYPE_9CLR = "19" [Inherited From ColorSpace]
Generic 9 component color spaces.
publicfinalstatic int TYPE_ACLR = "20" [Inherited From ColorSpace]
Generic 10 component color spaces.
publicfinalstatic int TYPE_BCLR = "21" [Inherited From ColorSpace]
Generic 11 component color spaces.
publicfinalstatic int TYPE_CCLR = "22" [Inherited From ColorSpace]
Generic 12 component color spaces.
publicfinalstatic int TYPE_CMY = "11" [Inherited From ColorSpace]
Any of the family of CMY color spaces.
publicfinalstatic int TYPE_CMYK = "9" [Inherited From ColorSpace]
Any of the family of CMYK color spaces.
publicfinalstatic int TYPE_DCLR = "23" [Inherited From ColorSpace]
Generic 13 component color spaces.
publicfinalstatic int TYPE_ECLR = "24" [Inherited From ColorSpace]
Generic 14 component color spaces.
publicfinalstatic int TYPE_FCLR = "25" [Inherited From ColorSpace]
Generic 15 component color spaces.
publicfinalstatic int TYPE_GRAY = "6" [Inherited From ColorSpace]
Any of the family of GRAY color spaces.
publicfinalstatic int TYPE_HLS = "8" [Inherited From ColorSpace]
Any of the family of HLS color spaces.
publicfinalstatic int TYPE_HSV = "7" [Inherited From ColorSpace]
Any of the family of HSV color spaces.
publicfinalstatic int TYPE_Lab = "1" [Inherited From ColorSpace]
Any of the family of Lab color spaces.
publicfinalstatic int TYPE_Luv = "2" [Inherited From ColorSpace]
Any of the family of Luv color spaces.
publicfinalstatic int TYPE_RGB = "5" [Inherited From ColorSpace]
Any of the family of RGB color spaces.
publicfinalstatic int TYPE_XYZ = "0" [Inherited From ColorSpace]
Any of the family of XYZ color spaces.
publicfinalstatic int TYPE_YCbCr = "3" [Inherited From ColorSpace]
Any of the family of YCbCr color spaces.
publicfinalstatic int TYPE_Yxy = "4" [Inherited From ColorSpace]
Any of the family of Yxy color spaces.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar