KickJava   Java API By Example, From Geeks To Geeks.

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

java.awt.color
Class ICC_ProfileRGB

java.lang.Object
  extended by java.awt.color.ICC_Profile
      extended by java.awt.color.ICC_ProfileRGB
All Implemented Interfaces:
Serializable
See Also:
Source Code

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


public float getGamma(int component)
See Also:
ProfileDataException, getTRC(int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float[][] getMatrix()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public float[] getMediaWhitePoint()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public short[] getTRC(int component)
See Also:
ProfileDataException, getGamma(int)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


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

Popular Tags