CurveChannel 列舉 (gdipluseffects.h)
CurveChannel 列舉會指定哪些色彩通道受到 ColorCurve 位圖調整的影響。
Syntax
typedef enum CurveChannel {
CurveChannelAll,
CurveChannelRed,
CurveChannelGreen,
CurveChannelBlue
} ;
常數
CurveChannelAll 指定色彩調整適用於所有通道。 |
CurveChannelRed 指定色彩調整僅適用於紅色色板。 |
CurveChannelGreen 指定色彩調整僅適用於綠色色板。 |
CurveChannelBlue 指定色彩調整僅適用於藍色色板。 |
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 | Windows XP、Windows 2000 Professional [僅限傳統型應用程式] |
最低支援的伺服器 | Windows 2000 Server [僅限傳統型應用程式] |
標頭 | gdipluseffects.h (包含 Gdiplus.h) |