Package | Description |
---|---|
org.apache.xmlgraphics.java2d.color.profile |
Provides classes around the topic of color profiles, like support for ICC named color profiles.
|
Modifier and Type | Field and Description |
---|---|
private NamedColorSpace[] |
NamedColorProfile.namedColors |
Modifier and Type | Method and Description |
---|---|
NamedColorSpace |
NamedColorProfile.getNamedColor(java.lang.String name)
Returns a named color.
|
NamedColorSpace[] |
NamedColorProfile.getNamedColors()
Returns the array of named colors.
|
private NamedColorSpace[] |
NamedColorProfileParser.readNamedColors(java.awt.color.ICC_Profile profile,
java.lang.String profileName,
java.lang.String profileURI) |
Constructor and Description |
---|
NamedColorProfile(java.lang.String profileName,
java.lang.String copyright,
NamedColorSpace[] namedColors,
RenderingIntent intent)
Creates a new named color profile.
|