D3DKMDT_COLORSPACE_TRANSFORM_MATRIX_V2 structure (d3dukmdt.h)

Structure to describe the 3 by 4 matrix color space transform.

Syntax

typedef struct _D3DKMDT_COLORSPACE_TRANSFORM_MATRIX_V2 {
  D3DKMDT_COLORSPACE_TRANSFORM_STAGE_CONTROL StageControlLookupTable1DDegamma;
  D3DDDI_DXGI_RGB                            LookupTable1DDegamma[4096];
  D3DKMDT_COLORSPACE_TRANSFORM_STAGE_CONTROL StageControlColorMatrix3x3;
  float                                      ColorMatrix3x3[3][3];
  D3DKMDT_COLORSPACE_TRANSFORM_STAGE_CONTROL StageControlLookupTable1DRegamma;
  D3DDDI_DXGI_RGB                            LookupTable1DRegamma[4096];
} D3DKMDT_COLORSPACE_TRANSFORM_MATRIX_V2, *PD3DKMDT_COLORSPACE_TRANSFORM_MATRIX_V2;

Members

StageControlLookupTable1DDegamma

Stage control of lookup table 1D degamma.

LookupTable1DDegamma[4096]

The lookup table 1D degamma.

StageControlColorMatrix3x3

Stage control of a 3x3 matrix.

ColorMatrix3x3[3]

The color 3x3 matrix.

StageControlLookupTable1DRegamma

Stage control of lookup table 1D regamma.

LookupTable1DRegamma[4096]

The lookup table 1D regamma.

Requirements

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