Packages

 

com.aspose.imaging.fileformats.emf.emf.consts

Class EmfColorAdjustmentEnum

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


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

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

    • 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 CA_LOG_FILTER
      The Specifies that a logarithmic process SHOULD be applied to the final density of the output colors.
      static int CA_NEGATIVE
      Specifies that the negative of the original image SHOULD be displayed.
      • 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

      • CA_NEGATIVE

        public static final int CA_NEGATIVE

        Specifies that the negative of the original image SHOULD be displayed.

        See Also:
        Constant Field Values
      • CA_LOG_FILTER

        public static final int CA_LOG_FILTER

        The 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:
        Constant Field Values