public class NamedColorProfile extends Object
Constructor | Description |
---|---|
NamedColorProfile(String profileName,
String copyright,
NamedColorSpace[] namedColors,
RenderingIntent intent) |
Creates a new named color profile.
|
Modifier and Type | Method | Description |
---|---|---|
String |
getCopyright() |
Returns the profile copyright.
|
NamedColorSpace |
getNamedColor(String name) |
Returns a named color.
|
NamedColorSpace[] |
getNamedColors() |
Returns the array of named colors.
|
String |
getProfileName() |
Returns the profile name.
|
RenderingIntent |
getRenderingIntent() |
Returns the color profile's rendering intent.
|
String |
toString() |
public NamedColorProfile(String profileName, String copyright, NamedColorSpace[] namedColors, RenderingIntent intent)
profileName
- the profile namecopyright
- the copyrightnamedColors
- the array of named colorsintent
- the rendering intentpublic RenderingIntent getRenderingIntent()
ICC_Profile
.ic*)public NamedColorSpace[] getNamedColors()
public NamedColorSpace getNamedColor(String name)
name
- the color namepublic String getProfileName()
public String getCopyright()
Copyright © 2018 Apache Software Foundation. All rights reserved.