WICRawToneCurvePoint structure (wincodec.h)
Represents a raw image tone curve point.
Syntax
typedef struct WICRawToneCurvePoint {
double Input;
double Output;
} WICRawToneCurvePoint;
Members
Input
Type: double
The tone curve input.
Output
Type: double
The tone curve output.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP with SP2, Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | wincodec.h |