WICRawToneCurve-Struktur (wincodec.h)
Stellt eine Unformatierte Bildtonkurve dar.
Syntax
typedef struct WICRawToneCurve {
UINT cPoints;
WICRawToneCurvePoint aPoints[1];
} WICRawToneCurve;
Member
cPoints
Typ: UINT
Die Anzahl der Tonkurvenpunkte.
aPoints[1]
Typ: WICRawToneCurvePoint[1]
Das Array von Tonkurvenpunkten.
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows XP mit SP2, Windows Vista [Desktop-Apps | UWP-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2008 [Desktop-Apps | UWP-Apps] |
Kopfzeile | wincodec.h |