COLORSPACE_TRANSFORM_3x4 structure (ntddvdeo.h)
Contains colorspace transform for 3x4 information.
Syntax
typedef struct _COLORSPACE_TRANSFORM_3x4 {
float ColorMatrix3x4[3][4];
float ScalarMultiplier;
GAMMA_RAMP_RGB LookupTable1D[4096];
} COLORSPACE_TRANSFORM_3x4, *PCOLORSPACE_TRANSFORM_3x4;
Members
ColorMatrix3x4[3]
Color matrix 3x4.
ScalarMultiplier
Scalar multiplier.
LookupTable1D[4096]
1D lookup table.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10, version 1903 |
Header | ntddvdeo.h |