public static class Configuration.ColorSpaceSettings extends Object
A type containing settings for the potential conversion of CSS colors and images into the target color space.
Constructor and Description |
---|
ColorSpaceSettings() |
Modifier and Type | Method and Description |
---|---|
Configuration.ColorSpaceSettings |
setCmykIccProfile(Configuration.Resource cmykIccProfile)
Specifies the ICC profile which defines the CMYK color space
into or from which CSS colors and images are converted, if
enabled . |
Configuration.ColorSpaceSettings |
setConversionEnabled(boolean conversionEnabled)
Enables the conversion of CSS colors and images to the
target color space
using the
specified CMYK ICC profile
or naively if there is none. |
Configuration.ColorSpaceSettings |
setTargetColorSpace(Configuration.ColorSpace targetColorSpace)
Specifies the target color-space of the PDF.
|
public Configuration.ColorSpaceSettings setTargetColorSpace(Configuration.ColorSpace targetColorSpace)
public Configuration.ColorSpaceSettings setCmykIccProfile(Configuration.Resource cmykIccProfile)
Specifies the ICC profile which defines the CMYK color space
into or from which CSS colors and images are converted, if
enabled
.
public Configuration.ColorSpaceSettings setConversionEnabled(boolean conversionEnabled)
Enables the conversion of CSS colors and images to the
target color space
using the
specified CMYK ICC profile
or naively if there is none.
This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.