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.
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.
|
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
public static final int CurveChannelAll
Specifies that a color curve adjustment applies to all color channels.
public static final int CurveChannelRed
Specifies that a color curve adjustment applies only to the red color channel.
public static final int CurveChannelGreen
Specifies that a color curve adjustment applies only to the green color channel.
public static final int CurveChannelBlue
Specifies that a color curve adjustment applies only to the blue color channel.