WmfGamutMappingIntent Enumeration |
The GamutMappingIntent Enumeration specifies the relationship between logical and physical colors.
Namespace: Aspose.Imaging.FileFormats.Wmf.ConstsAssembly: Aspose.Imaging (in Aspose.Imaging.dll) Version: 21.04
Syntax[FlagsAttribute]
public enum WmfGamutMappingIntent
<FlagsAttribute>
Public Enumeration WmfGamutMappingIntent
[FlagsAttribute]
public enum class WmfGamutMappingIntent
[<FlagsAttribute>]
type WmfGamutMappingIntent
Members
| Member name | Value | Description |
---|
| LCS_GM_ABS_COLORIMETRIC | 8 |
Specifies that the white point SHOULD be maintained.
Typically used when logical colors MUST be matched to their nearest physical color in the
destination color gamut.
Intent: Match
ICC name: Absolute Colorimetric
|
| LCS_GM_BUSINESS | 1 |
Specifies that saturation SHOULD be maintained. Typically used for
business charts and other situations in which dithering is not required.
Intent: Graphic
ICC name: Saturation
|
| LCS_GM_GRAPHICS | 2 |
Specifies that a colorimetric match SHOULD be maintained. Typically
used for graphic designs and named colors.
Intent: Proof
ICC name: Relative Colorimetric
|
| LCS_GM_IMAGES | 4 |
Specifies that contrast SHOULD be maintained. Typically used for
photographs and natural images.
Intent: Picture
ICC name: Perceptual
|
See Also