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 | Method and Description |
---|---|
NamedColorSpace |
NamedColorProfile.getNamedColor(java.lang.String name)
Returns a named color.
|
NamedColorSpace[] |
NamedColorProfile.getNamedColors()
Returns the array of named colors.
|
Constructor and Description |
---|
NamedColorProfile(java.lang.String profileName,
java.lang.String copyright,
NamedColorSpace[] namedColors,
RenderingIntent intent)
Creates a new named color profile.
|
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.