Packages

 

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

Class EmfPlusCurveAdjustments

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


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

    The CurveAdjustments enumeration defines adjustments that can be applied to the color curve of an image.

    • 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 AdjustBlackSaturation
      Specifies an adjustment to the black saturation of an image, which is the minimum value in the range of intensities for a given color channel, which is typically 0 to 255.
      static int AdjustContrast
      Specifies an increase or decrease of the contrast of an image.
      static int AdjustDensity
      Specifies the simulation of increasing or decreasing the density of an image.
      static int AdjustExposure
      Specifies the simulation of increasing or decreasing the exposure of an image.
      static int AdjustHighlight
      Specifies an increase or decrease of the value of a color channel of an image, if that channel already has a value that is above half intensity.
      static int AdjustMidtone
      Specifies an adjustment that lightens or darkens an image.
      static int AdjustShadow
      Specifies an increase or decrease of the value of a color channel of an image, if that channel already has a value that is below half intensity.
      static int AdjustWhiteSaturation
      Specifies an adjustment to the white saturation of an image, defined as the maximum value in the range of intensities for a given color channel, whose range is typically 0 to 255.
      • 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

      • AdjustExposure

        public static final int AdjustExposure

        Specifies the simulation of increasing or decreasing the exposure of an image.

        See Also:
        Constant Field Values
      • AdjustDensity

        public static final int AdjustDensity

        Specifies the simulation of increasing or decreasing the density of an image.

        See Also:
        Constant Field Values
      • AdjustContrast

        public static final int AdjustContrast

        Specifies an increase or decrease of the contrast of an image.

        See Also:
        Constant Field Values
      • AdjustHighlight

        public static final int AdjustHighlight

        Specifies an increase or decrease of the value of a color channel of an image, if that channel already has a value that is above half intensity. This adjustment can be used to increase definition in the light areas of an image without affecting the dark areas.

        See Also:
        Constant Field Values
      • AdjustShadow

        public static final int AdjustShadow

        Specifies an increase or decrease of the value of a color channel of an image, if that channel already has a value that is below half intensity. This adjustment can be used to increase definition in the dark areas of an image without affecting the light areas.

        See Also:
        Constant Field Values
      • AdjustMidtone

        public static final int AdjustMidtone

        Specifies an adjustment that lightens or darkens an image. Color channel values in the middle of the intensity range are altered more than color channel values near the minimum or maximum extremes of intensity. This adjustment can be used to lighten or darken an image without losing the contrast between the darkest and lightest parts of the image.

        See Also:
        Constant Field Values
      • AdjustWhiteSaturation

        public static final int AdjustWhiteSaturation

        Specifies an adjustment to the white saturation of an image, defined as the maximum value in the range of intensities for a given color channel, whose range is typically 0 to 255.

        For example, a white saturation adjustment value of 240 specifies that color channel values in the range 0 to 240 are adjusted so that they spread out over the range 0 to 255, with color channel values greater than 240 set to 255.

        See Also:
        Constant Field Values
      • AdjustBlackSaturation

        public static final int AdjustBlackSaturation

        Specifies an adjustment to the black saturation of an image, which is the minimum value in the range of intensities for a given color channel, which is typically 0 to 255.

        For example, a black saturation adjustment value of 15 specifies that color channel values in the range 15 to 255 are adjusted so that they spread out over the range 0 to 255, with color channel values less than 15 set to 0.

        See Also:
        Constant Field Values