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

FieldDescription
CurveChannelAllSpecifies that a color curve adjustment applies to all color channels.
CurveChannelRedSpecifies that a color curve adjustment applies only to the red color channel.
CurveChannelGreenSpecifies that a color curve adjustment applies only to the green color channel.
CurveChannelBlueSpecifies 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.