2.1.1.8 CurveChannel Enumeration
The CurveChannel enumeration defines color channels that can be affected by a color curve effect adjustment to an image.
-
typedef enum { CurveChannelAll = 0x00000000, CurveChannelRed = 0x00000001, CurveChannelGreen = 0x00000002, CurveChannelBlue = 0x00000003 } CurveChannel;
CurveChannelAll: A color curve adjustment applies to all color channels.
CurveChannelRed: A color curve adjustment applies only to the red color channel.
CurveChannelGreen: A color curve adjustment applies only to the green color channel.
CurveChannelBlue: A color curve adjustment applies only to the blue color channel.
Bitmap images are specified by EmfPlusBitmap objects.
See section 2.1.1 for the specification of additional enumerations.