// d3dkmdt.h
typedef struct _D3DKMDT_COLOR_COEFF_DYNAMIC_RANGES {
UINT FirstChannel;
UINT SecondChannel;
UINT ThirdChannel;
UINT FourthChannel;
} D3DKMDT_COLOR_COEFF_DYNAMIC_RANGES;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DKMDT_COLOR_COEFF_DYNAMIC_RANGES contains values that indicate the dynamic range of each color channel of a video present target or a monitor.
FirstChannelThe bit depth of the first color channel.
SecondChannelThe bit depth of the second color channel.
ThirdChannelThe bit depth of the third color channel.
FourthChannelReserved.
The VidPnTargetColorCoeffDynamicRanges member of the D3DKMDT_VIDPN_PRESENT_PATH structure is a D3DKMDT_COLOR_COEFF_DYNAMIC_RANGES structure.