D3DKMT_SET_COLORSPACE_TRANSFORM - NtDoc

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

typedef struct _D3DKMT_SET_COLORSPACE_TRANSFORM {
  LUID                           AdapterLuid;
  D3DDDI_VIDEO_PRESENT_TARGET_ID VidPnTargetId;
  D3DDDI_GAMMARAMP_TYPE          Type;
  UINT                           Size;
  union {
    D3DKMDT_3x4_COLORSPACE_TRANSFORM *pColorSpaceTransform;
  };
} D3DKMT_SET_COLORSPACE_TRANSFORM;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dkmthk-_d3dkmt_set_colorspace_transform)

_D3DKMT_SET_COLORSPACE_TRANSFORM structure

Description

Used to set the color space transform.

Members

AdapterLuid

A LUID that serves as an identifier for the device.

VidPnTargetId

The zero-based identification number of the video present target in a path of a video present network (VidPN) topology.

Type

The type of color space.

Size

The size of the color space transform.

pColorSpaceTransform

Pointer to a D3DKMDT_3x4_COLORSPACE_TRANSFORM structure.