Enum EmfPlusCurveChannel
Enum EmfPlusCurveChannel
Namespace: Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
Assembly: Aspose.Imaging.dll (25.2.0)
The CurveChannel enumeration defines color channels that can be affected by a color curve effect adjustment to an image.
public enum EmfPlusCurveChannel
Fields
CurveChannelAll = 0
Specifies that a color curve adjustment applies to all color channels.
CurveChannelBlue = 3
Specifies that a color curve adjustment applies only to the blue color channel.
CurveChannelGreen = 2
Specifies that a color curve adjustment applies only to the green color channel.
CurveChannelRed = 1
Specifies that a color curve adjustment applies only to the red color channel.