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 {
244
244
245
245
246
246
/**
247
- * The sRGB color space defined at
247
+ * The built-in sRGB color space defined at
248
248
* <a href="http://www.w3.org/pub/WWW/Graphics/Color/sRGB.html">
249
249
* http://www.w3.org/pub/WWW/Graphics/Color/sRGB.html</a>.
250
250
*/
251
251
@ Native public static final int CS_sRGB = 1000 ;
252
252
253
253
/**
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
255
255
* primaries as {@code CS_sRGB}, but has a linear tone reproduction curve.
256
256
*/
257
257
@ Native public static final int CS_LINEAR_RGB = 1004 ;
258
258
259
259
/**
260
- * The CIEXYZ conversion color space defined above.
260
+ * The built-in CIEXYZ conversion color space defined above.
261
261
*/
262
262
@ Native public static final int CS_CIEXYZ = 1001 ;
263
263
264
264
/**
265
- * The Photo YCC conversion color space.
265
+ * The built-in Photo YCC conversion color space.
266
266
*/
267
267
@ Native public static final int CS_PYCC = 1002 ;
268
268
You can’t perform that action at this time.
0 commit comments