CurveChannel enumeration (gdipluseffects.h)
The CurveChannel enumeration specifies which color channels are affected by a ColorCurve bitmap adjustment.
Syntax
typedef enum CurveChannel {
CurveChannelAll,
CurveChannelRed,
CurveChannelGreen,
CurveChannelBlue
} ;
Constants
CurveChannelAll Specifies that the color adjustment applies to all channels. |
CurveChannelRed Specifies that the color adjustment applies only to the red channel. |
CurveChannelGreen Specifies that the color adjustment applies only to the green channel. |
CurveChannelBlue Specifies that the color adjustment applies only to the blue channel. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP, Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Header | gdipluseffects.h (include Gdiplus.h) |