ImageGearJava Project > com.accusoft.imagegear.core Package : ImGearColorProfileManager Class |
The following tables list the members exposed by ImGearColorProfileManager.
Name | Description | |
---|---|---|
areProfilesEnabled | Gets a value indicating whether the automatic use of color profiles for color space conversion operations is enabled.
If this profiles are enabled, global color profiles (specified by other properties of this object such as getCmykProfile method and method) and local color profiles ( ImGearRasterPage.getColorProfile method) will be used to perform color space conversions. The default value is false. | |
assignProfile | Associates a given instance of a color profile with the specified color space. | |
enableProfiles | Sets a value indicating whether the automatic use of color profiles for color space conversion operations is enabled.
If this method receives true, global color profiles (specified by other properties of this object such as getCmykProfile method and getRgbProfile method) and local color profiles ( ImGearRasterPage.getColorProfile} method) will be used to perform color space conversions. The default value is false. | |
getCmykProfile | Gets global CMYK color profile to use for implicit color space conversions when global profiles are enabled.
The default value is null. | |
getGrayProfile | Gets a color profile for Grayscale color space.
The default value is null. | |
getLabProfile | Gets a color profile for Lab color space.
The default value is the identity profile. It means that input Lab values are directly used as Lab Profile Connection Space values in the ICC conversion processes. | |
getProfile | Returns an instance of a color profile associated with the given color space. | |
getRenderingIntent | Gets rendering intent to use for implicit color space conversions when global profiles are enabled.
Rendering intent controls how color matching is performed during color space conversion. The default value is | |
getRgbProfile | Gets global RGB color profile to use for implicit color space conversions when global profiles are enabled.
The default value is null. | |
setCmykProfile | Sets global CMYK color profile to use for implicit color space conversions when global profiles are enabled.
The default value is null. | |
setGrayProfile | Sets a color profile for Grayscale color space.
The default value is null. | |
setLabProfile | Sets a color profile for Lab color space.
The default value is the identity profile. It means that input Lab values are directly used as Lab Profile Connection Space values in the ICC conversion processes. | |
setRenderingIntent | Sets rendering intent to use for implicit color space conversions when global profiles are enabled.
Rendering intent controls how color matching is performed during color space conversion. The default value is | |
setRgbProfile | Sets global RGB color profile to use for implicit color space conversions when global profiles are enabled.
The default value is null. |