public class ColorProfileUtil
extends java.lang.Object
Constructor and Description |
---|
ColorProfileUtil() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getICCProfileDescription(java.awt.color.ICC_Profile profile)
Returns the profile description of an ICC profile
|
static boolean |
isDefaultsRGB(java.awt.color.ICC_Profile profile)
Indicates whether a given color profile is identical to the default sRGB profile
provided by the Java class library.
|
public static java.lang.String getICCProfileDescription(java.awt.color.ICC_Profile profile)
profile
- the profilepublic static boolean isDefaultsRGB(java.awt.color.ICC_Profile profile)
profile
- the color profile to checkCopyright 1999-2010 The Apache Software Foundation. All Rights Reserved.