COLORSPACE_TRANSFORM_MATRIX_V2 structure (ntddvdeo.h)

The colorspace transform matrix structure.

Syntax

typedef struct _COLORSPACE_TRANSFORM_MATRIX_V2 {
  COLORSPACE_TRANSFORM_STAGE_CONTROL StageControlLookupTable1DDegamma;
  GAMMA_RAMP_RGB                     LookupTable1DDegamma[4096];
  COLORSPACE_TRANSFORM_STAGE_CONTROL StageControlColorMatrix3x3;
  float                              ColorMatrix3x3[3][3];
  COLORSPACE_TRANSFORM_STAGE_CONTROL StageControlLookupTable1DRegamma;
  GAMMA_RAMP_RGB                     LookupTable1DRegamma[4096];
} COLORSPACE_TRANSFORM_MATRIX_V2, *PCOLORSPACE_TRANSFORM_MATRIX_V2;

Members

StageControlLookupTable1DDegamma

The stage control LUT (lookup table) for 1D degamma.

LookupTable1DDegamma[4096]

The lookup table 1D degamma.

StageControlColorMatrix3x3

The stage control color matrix.

ColorMatrix3x3[3]

The color matrix.

StageControlLookupTable1DRegamma

The stage control lookup table for 1D regamma.

LookupTable1DRegamma[4096]

The lookup table 1D regamma.

Requirements

Requirement Value
Minimum supported client Windows 10, version 1903
Header ntddvdeo.h