Controls how the tints of black (K in CMYK) are to be handled. If @PreserveBlack is "false", these colours are processed through the standard ICC workflow. If @PreserveBlack is "true", these colours are to be converted into other shades of black.
Syntax
XPath: /JDF[contains(@Types="ColorSpaceConversion")]/ResourcePool/ColorSpaceConversionParams/ColorSpaceConversionOp/@PreserveBlack
Type
Boolean
Supported values
@PreserveBlack |
Description |
---|---|
false (default) |
Colours are processed through the standard ICC workflow |
true |
Colours are to be converted into other shades of black |
Example:
<ColorSpaceConversionParams ID="res_1"> <ColorSpaceConversionOp PreserveBlack="true"/> </ColorSpaceConversionParams>