// 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 referenceNo description available.
Used to set the color space transform.
AdapterLuidA LUID that serves as an identifier for the device.
VidPnTargetIdThe zero-based identification number of the video present target in a path of a video present network (VidPN) topology.
TypeThe type of color space.
SizeThe size of the color space transform.
pColorSpaceTransformPointer to a D3DKMDT_3x4_COLORSPACE_TRANSFORM structure.