File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/java.desktop/share/classes/java/awt/color Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -244,25 +244,25 @@ public abstract class ColorSpace implements Serializable {
244244
245245
246246 /**
247- * The sRGB color space defined at
247+ * The built-in sRGB color space defined at
248248 * <a href="http://www.w3.org/pub/WWW/Graphics/Color/sRGB.html">
249249 * http://www.w3.org/pub/WWW/Graphics/Color/sRGB.html</a>.
250250 */
251251 @ Native public static final int CS_sRGB = 1000 ;
252252
253253 /**
254- * A built-in linear RGB color space. This space is based on the same RGB
254+ * The built-in linear RGB color space. This space is based on the same RGB
255255 * primaries as {@code CS_sRGB}, but has a linear tone reproduction curve.
256256 */
257257 @ Native public static final int CS_LINEAR_RGB = 1004 ;
258258
259259 /**
260- * The CIEXYZ conversion color space defined above.
260+ * The built-in CIEXYZ conversion color space defined above.
261261 */
262262 @ Native public static final int CS_CIEXYZ = 1001 ;
263263
264264 /**
265- * The Photo YCC conversion color space.
265+ * The built-in Photo YCC conversion color space.
266266 */
267267 @ Native public static final int CS_PYCC = 1002 ;
268268
You can’t perform that action at this time.
0 commit comments