Searched refs:toCIEXYZ (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/imageio/plugins/common/
H A DBogusColorSpace.java109 public float[] toCIEXYZ(float[] colorvalue) { method in class:BogusColorSpace
/openjdk7/jdk/src/share/classes/java/awt/color/
H A DColorSpace.java71 * The CS_CIEXYZ space used by the toCIEXYZ/fromCIEXYZ methods can be
384 * you should use the <code>toCIEXYZ</code>
389 * See {@link #toCIEXYZ(float[]) toCIEXYZ} and
408 * you should use the <code>toCIEXYZ</code>
413 * See {@link #toCIEXYZ(float[]) toCIEXYZ} and
440 * See the {@link ICC_ColorSpace#toCIEXYZ(float[]) toCIEXYZ} method of
449 public abstract float[] toCIEXYZ(floa method in class:ColorSpace
[all...]
H A DICC_ColorSpace.java145 * you should use the <code>toCIEXYZ</code>
150 * See {@link #toCIEXYZ(float[]) toCIEXYZ} and
197 * you should use the <code>toCIEXYZ</code>
202 * See {@link #toCIEXYZ(float[]) toCIEXYZ} and
272 * toCIEXYZ and fromCIEXYZ is the CIEXYZ PCS defined by the ICC
346 public float[] toCIEXYZ(float[] colorvalue) { method in class:ICC_ColorSpace
416 * toCIEXYZ and fromCIEXYZ is the CIEXYZ PCS defined by the ICC
/openjdk7/jdk/src/share/classes/java/awt/image/
H A DColorConvertOp.java861 color = srcColorSpace.toCIEXYZ(color);
918 tmpColor = srcColorSpace.toCIEXYZ(color);
921 tmpColor = CSList[i].toCIEXYZ(tmpColor);
1044 tmpColor = srcColorSpace.toCIEXYZ(color);
/openjdk7/jdk/src/share/classes/java/awt/
H A DColor.java1122 float tmp[] = cs.toCIEXYZ(f);
1166 float tmp[] = cs.toCIEXYZ(f);

Completed in 439 milliseconds