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 | Description |
---|---|---|
NamedColorSpace |
NamedColorProfile.getNamedColor(String name) |
Returns a named color.
|
NamedColorSpace[] |
NamedColorProfile.getNamedColors() |
Returns the array of named colors.
|
Constructor | Description |
---|---|
NamedColorProfile(String profileName,
String copyright,
NamedColorSpace[] namedColors,
RenderingIntent intent) |
Creates a new named color profile.
|
Copyright © 2018 Apache Software Foundation. All rights reserved.