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

/frameworks/base/awt/java/awt/color/
H A DColorSpace.java165 * The Constant CS_sRGB indicates standard RGB color space.
167 public static final int CS_sRGB = 1000; field in class:ColorSpace
329 * Checks if this ColorSpace has CS_sRGB type or not.
331 * @return true, if this ColorSpace has CS_sRGB type, false otherwise.
360 * CS_sRGB, CS_LINEAR_RGB, CS_CIEXYZ, CS_GRAY, or CS_PYCC.
368 case CS_sRGB:
371 new ICC_ProfileStub(CS_sRGB));
373 //ICC_Profile.getInstance (CS_sRGB));

Completed in 53 milliseconds