Packages

 

com.aspose.imaging.fileformats.wmf.consts

Class WmfGamutMappingIntent

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.imaging.fileformats.wmf.consts.WmfGamutMappingIntent


  • public final class WmfGamutMappingIntent
    extends com.aspose.ms.System.Enum

    The GamutMappingIntent Enumeration specifies the relationship between logical and physical colors.

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.aspose.ms.System.Enum

        com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int LCS_GM_ABS_COLORIMETRIC
      Specifies that the white point SHOULD be maintained.
      static int LCS_GM_BUSINESS
      Specifies that saturation SHOULD be maintained.
      static int LCS_GM_GRAPHICS
      Specifies that a colorimetric match SHOULD be maintained.
      static int LCS_GM_IMAGES
      Specifies that contrast SHOULD be maintained.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      • Methods inherited from class com.aspose.ms.System.Enum

        Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, getValues, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
    • Field Detail

      • LCS_GM_ABS_COLORIMETRIC

        public static final int LCS_GM_ABS_COLORIMETRIC

        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

        See Also:
        Constant Field Values
      • LCS_GM_BUSINESS

        public static final int LCS_GM_BUSINESS

        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

        See Also:
        Constant Field Values
      • LCS_GM_GRAPHICS

        public static final int LCS_GM_GRAPHICS

        Specifies that a colorimetric match SHOULD be maintained. Typically used for graphic designs and named colors. Intent: Proof ICC name: Relative Colorimetric

        See Also:
        Constant Field Values
      • LCS_GM_IMAGES

        public static final int LCS_GM_IMAGES

        Specifies that contrast SHOULD be maintained. Typically used for photographs and natural images. Intent: Picture ICC name: Perceptual

        See Also:
        Constant Field Values