类 | 描述 |
---|---|
ColorSpace |
该抽象类用于作为颜色空间标签,用于标识Color对象的特定颜色空间,或通过ColorModel对象来映射Image,BufferedImage或GraphicsDevice。
|
ICC_ColorSpace |
ICC_ColorSpace类是抽象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 |
如果本机CMM返回错误,则抛出此异常。
|
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.