类 | 描述 |
---|---|
ColorSpace |
这个抽象类是用来作为一个色彩空间的标签来识别一个对象的特定的颜色空间的颜色,通过色彩模型对象,一个图像,一个BufferedImage,或graphicsdevice。
|
ICC_ColorSpace |
的icc_colorspace类是抽象类的一个实现色彩空间。
|
ICC_Profile |
为设备独立和依赖于设备的色彩空间基于国际色彩联盟规范的ICC色彩配置文件数据的表示。1:2001-12,颜色配置文件的格式,(见
http://www.color.org)。
|
ICC_ProfileGray |
其中代表剖面符合以下标准的icc_profile类:型材的颜色空间类型type_gray和剖面包括graytrctag和mediawhitepointtag标签。
|
ICC_ProfileRGB |
的icc_profilergb类是代表剖面符合以下标准的icc_profile类:轮廓的颜色空间是RGB。配置文件包括
redColorantTag ,
greenColorantTag ,
blueColorantTag ,
redTRCTag ,
greenTRCTag ,
blueTRCTag ,和
mediaWhitePointTag 标签。的
ICC_Profile
getInstance 方法将返回一个对象,当这些条件都满足
ICC_ProfileRGB 。
|
异常 | 描述 |
---|---|
CMMException |
如果本机三坐标测量机返回一个错误,则引发此异常。
|
ProfileDataException |
这引发了异常当一个错误发生在一个icc_profile对象访问或处理。
|
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.