KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > color > ColorSpace

java.awt.color
Class ColorSpace

java.lang.Object
  extended by java.awt.color.ColorSpace
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ICC_ColorSpace
See Also:
Top Examples, Source Code

protected ColorSpace(int type,
                     int numcomponents)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int CS_CIEXYZ
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int CS_GRAY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int CS_LINEAR_RGB
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int CS_PYCC
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int CS_sRGB
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract float[] fromCIEXYZ(float[] colorvalue)
See Also:
ArrayIndexOutOfBoundsException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract float[] fromRGB(float[] rgbvalue)
See Also:
ArrayIndexOutOfBoundsException, fromCIEXYZ, toCIEXYZ
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static ColorSpace getInstance(int colorspace)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float getMaxValue(int component)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float getMinValue(int component)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String getName(int idx)
See Also:
IllegalArgumentException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getNumComponents()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getType()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public boolean isCS_sRGB()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract float[] toCIEXYZ(float[] colorvalue)
See Also:
ArrayIndexOutOfBoundsException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract float[] toRGB(float[] colorvalue)
See Also:
ArrayIndexOutOfBoundsException, fromCIEXYZ, toCIEXYZ
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int TYPE_2CLR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int TYPE_3CLR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int TYPE_4CLR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int TYPE_5CLR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int TYPE_6CLR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int TYPE_7CLR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int TYPE_8CLR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int TYPE_9CLR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int TYPE_ACLR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int TYPE_BCLR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int TYPE_CCLR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int TYPE_CMY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int TYPE_CMYK
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int TYPE_DCLR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int TYPE_ECLR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int TYPE_FCLR
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int TYPE_GRAY
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int TYPE_HLS
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int TYPE_HSV
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int TYPE_Lab
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int TYPE_Luv
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int TYPE_RGB
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int TYPE_XYZ
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int TYPE_YCbCr
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final int TYPE_Yxy
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags