Searched refs:getGamma (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/color/
H A DICC_ProfileGray.java118 public float getGamma() { method in class:ICC_ProfileGray
121 theGamma = super.getGamma(ICC_Profile.icSigGrayTRCTag);
128 * value, this method throws an exception, and the getGamma() method
H A DICC_ProfileRGB.java200 public float getGamma(int component) { method in class:ICC_ProfileRGB
221 theGamma = super.getGamma(theSignature);
244 * throws an exception. In this case, the {@link #getGamma(int)}
H A DICC_Profile.java1588 float getGamma(int theTagSignature) { method in class:ICC_Profile
1613 * value, this method throws an exception, and the getGamma() method

Completed in 1033 milliseconds