软件包 | 描述 |
---|---|
java.awt.color |
提供颜色空间的类。
|
java.awt.image |
提供创建和修改图像的类。
|
Modifier and Type | Class and Description |
---|---|
class |
ICC_ProfileGray
其中代表剖面符合以下标准的icc_profile类:型材的颜色空间类型type_gray和剖面包括graytrctag和mediawhitepointtag标签。
|
class |
ICC_ProfileRGB
的icc_profilergb类是代表剖面符合以下标准的icc_profile类:轮廓的颜色空间是RGB。配置文件包括
redColorantTag ,
greenColorantTag ,
blueColorantTag ,
redTRCTag ,
greenTRCTag ,
blueTRCTag ,和
mediaWhitePointTag 标签。的
ICC_Profile
getInstance 方法将返回一个对象,当这些条件都满足
ICC_ProfileRGB 。
|
Modifier and Type | Method and Description |
---|---|
static ICC_Profile |
ICC_Profile.getInstance(byte[] data)
构造相应的字节数组中的数据icc_profile对象。
|
static ICC_Profile |
ICC_Profile.getInstance(InputStream s)
构建了一个icc_profile对应于一个InputStream的数据。
|
static ICC_Profile |
ICC_Profile.getInstance(int cspace)
构建了一个icc_profile对应于一个特定的颜色空间的类定义的色彩空间(例如cs_srgb)。
|
static ICC_Profile |
ICC_Profile.getInstance(String fileName)
构建了一个icc_profile对应文件中的数据。
|
ICC_Profile |
ICC_ColorSpace.getProfile()
返回此icc_colorspace的icc_profile。
|
Constructor and Description |
---|
ICC_ColorSpace(ICC_Profile profile)
从icc_profile对象构造一个新的icc_colorspace。
|
Modifier and Type | Method and Description |
---|---|
ICC_Profile[] |
ColorConvertOp.getICC_Profiles()
返回用于构建ColorConvertOp icc_profiles阵列。
|
Constructor and Description |
---|
ColorConvertOp(ICC_Profile[] profiles, RenderingHints hints)
结构的数组的一个新的colorconvertop icc_profiles。
|
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.