D3DKMT_SET_COLORSPACE_TRANSFORM structure (d3dkmthk.h)

Used to set the color space transform.

Syntax

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;

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.

Requirements

Requirement Value
Header d3dkmthk.h