程序包 | 说明 |
---|---|
org.apache.xmlgraphics.java2d.color.profile |
Provides classes around the topic of color profiles, like support for ICC named color profiles.
|
限定符和类型 | 方法和说明 |
---|---|
NamedColorSpace |
NamedColorProfile.getNamedColor(String name)
Returns a named color.
|
NamedColorSpace[] |
NamedColorProfile.getNamedColors()
Returns the array of named colors.
|
构造器和说明 |
---|
NamedColorProfile(String profileName,
String copyright,
NamedColorSpace[] namedColors,
RenderingIntent intent)
Creates a new named color profile.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.