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

Aspose.Imaging Version: 24.6.0

Members

Member nameDescription
CURVE_CHANNEL_ALLSpecifies that a color curve adjustment applies to all color channels.
CURVE_CHANNEL_BLUESpecifies that a color curve adjustment applies only to the blue color channel.
CURVE_CHANNEL_GREENSpecifies that a color curve adjustment applies only to the green color channel.
CURVE_CHANNEL_REDSpecifies that a color curve adjustment applies only to the red color channel.