Searched defs:CS_CIEXYZ (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/color/
H A DColorSpace.java58 * color spaces (e.g. CS_sRGB and CS_CIEXYZ).
71 * The CS_CIEXYZ space used by the toCIEXYZ/fromCIEXYZ methods can be
255 public static final int CS_CIEXYZ = 1001; field in class:ColorSpace
285 * CS_CIEXYZ, CS_GRAY, or CS_PYCC)
306 case CS_CIEXYZ:
310 ICC_Profile.getInstance (CS_CIEXYZ);
386 * color space to the CS_CIEXYZ color space, and then use the
388 * convert from CS_CIEXYZ to the output color space.
410 * color space to the CS_CIEXYZ color space, and then use the
412 * convert from CS_CIEXYZ t
[all...]

Completed in 41 milliseconds