COLORSPACE_TRANSFORM_3x4 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntddvdeo-colorspace_transform_3x4)

COLORSPACE_TRANSFORM_3x4 structure

Description

Contains colorspace transform for 3x4 information.

Members

ColorMatrix3x4

Color matrix 3x4.

ScalarMultiplier

Scalar multiplier.

LookupTable1D

1D lookup table.

Remarks

See also