D3DKMDT_COLORSPACE_TRANSFORM_MATRIX_V2 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dukmdt.h

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;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dukmdt-d3dkmdt_colorspace_transform_matrix_v2)

D3DKMDT_COLORSPACE_TRANSFORM_MATRIX_V2 structure

Description

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

Members

StageControlLookupTable1DDegamma

Stage control of lookup table 1D degamma.

LookupTable1DDegamma

The lookup table 1D degamma.

StageControlColorMatrix3x3

Stage control of a 3x3 matrix.

ColorMatrix3x3

The color 3x3 matrix.

StageControlLookupTable1DRegamma

Stage control of lookup table 1D regamma.

LookupTable1DRegamma

The lookup table 1D regamma.

Remarks

See also