Packages

 

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

Class EmfPlusCurveChannel

  • 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.EmfPlusCurveChannel


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

    The CurveChannel enumeration defines color channels that can be affected by a color curve effect adjustment to 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 CurveChannelAll
      Specifies that a color curve adjustment applies to all color channels.
      static int CurveChannelBlue
      Specifies that a color curve adjustment applies only to the blue color channel.
      static int CurveChannelGreen
      Specifies that a color curve adjustment applies only to the green color channel.
      static int CurveChannelRed
      Specifies that a color curve adjustment applies only to the red color channel.
      • 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

      • CurveChannelAll

        public static final int CurveChannelAll

        Specifies that a color curve adjustment applies to all color channels.

        See Also:
        Constant Field Values
      • CurveChannelRed

        public static final int CurveChannelRed

        Specifies that a color curve adjustment applies only to the red color channel.

        See Also:
        Constant Field Values
      • CurveChannelGreen

        public static final int CurveChannelGreen

        Specifies that a color curve adjustment applies only to the green color channel.

        See Also:
        Constant Field Values
      • CurveChannelBlue

        public static final int CurveChannelBlue

        Specifies that a color curve adjustment applies only to the blue color channel.

        See Also:
        Constant Field Values