EmfPlusCurveChannel

EmfPlusCurveChannel enumeration

The CurveChannel enumeration defines color channels that can be affected by a color curve effect adjustment to an image.

public enum EmfPlusCurveChannel

Values

NameValueDescription
CurveChannelAll0Specifies that a color curve adjustment applies to all color channels.
CurveChannelRed1Specifies that a color curve adjustment applies only to the red color channel.
CurveChannelGreen2Specifies that a color curve adjustment applies only to the green color channel.
CurveChannelBlue3Specifies that a color curve adjustment applies only to the blue color channel.

See Also