Enum 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
Name | Value | Description |
---|---|---|
CurveChannelAll | 0 | Specifies that a color curve adjustment applies to all color channels. |
CurveChannelRed | 1 | Specifies that a color curve adjustment applies only to the red color channel. |
CurveChannelGreen | 2 | Specifies that a color curve adjustment applies only to the green color channel. |
CurveChannelBlue | 3 | Specifies that a color curve adjustment applies only to the blue color channel. |
See Also
- namespace Aspose.Imaging.FileFormats.Emf.EmfPlus.Consts
- assembly Aspose.Imaging