PD3DDDI_3x4_COLORSPACE_TRANSFORM - NtDoc

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

typedef struct _D3DKMDT_3X4_COLORSPACE_TRANSFORM {
       float           ColorMatrix3x4[3][4];
  [in] float           ScalarMultiplier;
       D3DDDI_DXGI_RGB LookupTable1D[4096];
} D3DKMDT_3x4_COLORSPACE_TRANSFORM, *PD3DDDI_3x4_COLORSPACE_TRANSFORM;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_D3DKMDT_3X4_COLORSPACE_TRANSFORM structure

Description

Structure to describe the three programmable sub-stages of the 3 by 4 matrix color space transform.

Members

ColorMatrix3x4 [in]

A 3x3 matrix and 3x1 addition to be applied to each pixel, stored in row-major order. Transforms colors within CIEXYZ.

ScalarMultiplier [in]

A scalar to be multiplied into each element of ColorMatrix3x4.

LookupTable1D [in]

1D look-up table. Transforms colors within the color space specified by DXGK_SET_TIMING_PATH_INFO.

Remarks

See also