COLORSPACE_TRANSFORM_3x4 Struktur (ntddvdeo.h)
Enthält die Farbraumtransformation für 3x4-Informationen.
Syntax
typedef struct _COLORSPACE_TRANSFORM_3x4 {
float ColorMatrix3x4[3][4];
float ScalarMultiplier;
GAMMA_RAMP_RGB LookupTable1D[4096];
} COLORSPACE_TRANSFORM_3x4, *PCOLORSPACE_TRANSFORM_3x4;
Angehörige
ColorMatrix3x4[3]
Farbmatrix 3x4.
ScalarMultiplier
Skalarer Multiplikator.
LookupTable1D[4096]
1D-Nachschlagetabelle.
Anforderungen
Anforderung | Wert |
---|---|
mindestens unterstützte Client- | Windows 10, Version 1903 |
Header- | ntddvdeo.h |