Searched defs:CS_sRGB (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).
244 public static final int CS_sRGB = 1000; field in class:ColorSpace
248 * same RGB primaries as CS_sRGB, but has a linear tone reproduction curve.
284 * the predefined class constants (e.g. CS_sRGB, CS_LINEAR_RGB,
295 case CS_sRGB:
298 ICC_Profile theProfile = ICC_Profile.getInstance (CS_sRGB);
368 * Returns true if the ColorSpace is CS_sRGB.
369 * @return <CODE>true</CODE> if this is a <CODE>CS_sRGB</CODE> color
379 * into a value in the default CS_sRGB color space.
387 * <code>fromCIEXYZ</code> method of the CS_sRGB colo
[all...]

Completed in 30 milliseconds