src/share/classes/java/awt/color/ICC_ColorSpace.java

Print this page

        

*** 147,157 **** * color space to the CS_CIEXYZ color space, and then use the * <code>fromCIEXYZ</code> method of the CS_sRGB color space to * convert from CS_CIEXYZ to the output color space. * See {@link #toCIEXYZ(float[]) toCIEXYZ} and * {@link #fromCIEXYZ(float[]) fromCIEXYZ} for further information. ! * <p> * @param colorvalue a float array with length of at least the number * of components in this ColorSpace. * @return a float array of length 3. * @throws ArrayIndexOutOfBoundsException if array length is not * at least the number of components in this ColorSpace. --- 147,157 ---- * color space to the CS_CIEXYZ color space, and then use the * <code>fromCIEXYZ</code> method of the CS_sRGB color space to * convert from CS_CIEXYZ to the output color space. * See {@link #toCIEXYZ(float[]) toCIEXYZ} and * {@link #fromCIEXYZ(float[]) fromCIEXYZ} for further information. ! * * @param colorvalue a float array with length of at least the number * of components in this ColorSpace. * @return a float array of length 3. * @throws ArrayIndexOutOfBoundsException if array length is not * at least the number of components in this ColorSpace.
*** 199,209 **** * color space to the CS_CIEXYZ color space, and then use the * <code>fromCIEXYZ</code> method of this color space to * convert from CS_CIEXYZ to the output color space. * See {@link #toCIEXYZ(float[]) toCIEXYZ} and * {@link #fromCIEXYZ(float[]) fromCIEXYZ} for further information. ! * <p> * @param rgbvalue a float array with length of at least 3. * @return a float array with length equal to the number of * components in this ColorSpace. * @throws ArrayIndexOutOfBoundsException if array length is not * at least 3. --- 199,209 ---- * color space to the CS_CIEXYZ color space, and then use the * <code>fromCIEXYZ</code> method of this color space to * convert from CS_CIEXYZ to the output color space. * See {@link #toCIEXYZ(float[]) toCIEXYZ} and * {@link #fromCIEXYZ(float[]) fromCIEXYZ} for further information. ! * * @param rgbvalue a float array with length of at least 3. * @return a float array with length equal to the number of * components in this ColorSpace. * @throws ArrayIndexOutOfBoundsException if array length is not * at least 3.
*** 334,344 **** * XYZ values corresponding to white displayed on the device. For * example, displaying the RGB color (1.0, 1.0, 1.0) on an sRGB device * will result in a measured device XYZ value of D65. This will not * be the same as the media white point tag XYZ value in the ICC * profile for an sRGB device. ! * <p> * @param colorvalue a float array with length of at least the number * of components in this ColorSpace. * @return a float array of length 3. * @throws ArrayIndexOutOfBoundsException if array length is not * at least the number of components in this ColorSpace. --- 334,344 ---- * XYZ values corresponding to white displayed on the device. For * example, displaying the RGB color (1.0, 1.0, 1.0) on an sRGB device * will result in a measured device XYZ value of D65. This will not * be the same as the media white point tag XYZ value in the ICC * profile for an sRGB device. ! * * @param colorvalue a float array with length of at least the number * of components in this ColorSpace. * @return a float array of length 3. * @throws ArrayIndexOutOfBoundsException if array length is not * at least the number of components in this ColorSpace.
*** 478,488 **** * XYZ values corresponding to white displayed on the device. For * example, displaying the RGB color (1.0, 1.0, 1.0) on an sRGB device * will result in a measured device XYZ value of D65. This will not * be the same as the media white point tag XYZ value in the ICC * profile for an sRGB device. ! * <p> * @param colorvalue a float array with length of at least 3. * @return a float array with length equal to the number of * components in this ColorSpace. * @throws ArrayIndexOutOfBoundsException if array length is not * at least 3. --- 478,488 ---- * XYZ values corresponding to white displayed on the device. For * example, displaying the RGB color (1.0, 1.0, 1.0) on an sRGB device * will result in a measured device XYZ value of D65. This will not * be the same as the media white point tag XYZ value in the ICC * profile for an sRGB device. ! * * @param colorvalue a float array with length of at least 3. * @return a float array with length equal to the number of * components in this ColorSpace. * @throws ArrayIndexOutOfBoundsException if array length is not * at least 3.