WICRawToneCurve 结构 (wincodec.h)
表示原始图像色调曲线。
语法
typedef struct WICRawToneCurve {
UINT cPoints;
WICRawToneCurvePoint aPoints[1];
} WICRawToneCurve;
成员
cPoints
类型: UINT
音调曲线点数。
aPoints[1]
类型: WICRawToneCurvePoint[1]
音调曲线点数组。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP SP2、Windows Vista [桌面应用 |UWP 应用] |
最低受支持的服务器 | Windows Server 2008 [桌面应用 | UWP 应用] |
标头 | wincodec.h |