EmfColorAdjustmentEnum

EmfColorAdjustmentEnum enumeration

The ColorAdjustment enumeration is used to specify how the output image should be prepared when the stretch mode is HALFTONE.

public enum EmfColorAdjustmentEnum

Values

NameValueDescription
CA_NEGATIVE1Specifies that the negative of the original image SHOULD be displayed.
CA_LOG_FILTER2The Specifies that a logarithmic process SHOULD be applied to the final density of the output colors. This will increase the color contrast when the luminance is low

See Also