EmfPlusCurveChannel
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class EmfPlusCurveChannel extends System.Enum
The CurveChannel enumeration defines color channels that can be affected by a color curve effect adjustment to an image.
Fields
Field | Description |
---|---|
CurveChannelAll | Specifies that a color curve adjustment applies to all color channels. |
CurveChannelRed | Specifies that a color curve adjustment applies only to the red color channel. |
CurveChannelGreen | Specifies that a color curve adjustment applies only to the green color channel. |
CurveChannelBlue | Specifies that a color curve adjustment applies only to the blue color channel. |
CurveChannelAll
public static final int CurveChannelAll
Specifies that a color curve adjustment applies to all color channels.
CurveChannelRed
public static final int CurveChannelRed
Specifies that a color curve adjustment applies only to the red color channel.
CurveChannelGreen
public static final int CurveChannelGreen
Specifies that a color curve adjustment applies only to the green color channel.
CurveChannelBlue
public static final int CurveChannelBlue
Specifies that a color curve adjustment applies only to the blue color channel.