EmfPlusCurveChannel Enumeration
The CurveChannel enumeration defines color channels that can be affected by a color curve effect adjustment to an image.
Module: aspose.imaging.fileformats.emf.emfplus.consts
Full Name: aspose.imaging.fileformats.emf.emfplus.consts.EmfPlusCurveChannel
Members
Member name | Description |
---|---|
CURVE_CHANNEL_ALL | Specifies that a color curve adjustment applies to all color channels. |
CURVE_CHANNEL_BLUE | Specifies that a color curve adjustment applies only to the blue color channel. |
CURVE_CHANNEL_GREEN | Specifies that a color curve adjustment applies only to the green color channel. |
CURVE_CHANNEL_RED | Specifies that a color curve adjustment applies only to the red color channel. |