// ntddvdeo.h
typedef struct _COLORSPACE_TRANSFORM_3x4 {
float ColorMatrix3x4[3][4];
float ScalarMultiplier;
GAMMA_RAMP_RGB LookupTable1D[4096];
} COLORSPACE_TRANSFORM_3x4, *PCOLORSPACE_TRANSFORM_3x4;
View the official Windows Driver Kit DDI referenceNo description available.
Contains colorspace transform for 3x4 information.
ColorMatrix3x4Color matrix 3x4.
ScalarMultiplierScalar multiplier.
LookupTable1D1D lookup table.