WICRawToneCurve structure (wincodec.h)
Represents a raw image tone curve.
Syntax
typedef struct WICRawToneCurve {
UINT cPoints;
WICRawToneCurvePoint aPoints[1];
} WICRawToneCurve;
Members
cPoints
Type: UINT
The number of tone curve points.
aPoints[1]
Type: WICRawToneCurvePoint[1]
The array of tone curve points.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP with SP2, Windows Vista [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 [desktop apps | UWP apps] |
Header | wincodec.h |