D3DKMDT_COLOR_COEFF_DYNAMIC_RANGES structure (d3dkmdt.h)

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.

Syntax

typedef struct _D3DKMDT_COLOR_COEFF_DYNAMIC_RANGES {
  UINT FirstChannel;
  UINT SecondChannel;
  UINT ThirdChannel;
  UINT FourthChannel;
} D3DKMDT_COLOR_COEFF_DYNAMIC_RANGES;

Members

FirstChannel

The bit depth of the first color channel.

SecondChannel

The bit depth of the second color channel.

ThirdChannel

The bit depth of the third color channel.

FourthChannel

Reserved.

Remarks

The VidPnTargetColorCoeffDynamicRanges member of the D3DKMDT_VIDPN_PRESENT_PATH structure is a D3DKMDT_COLOR_COEFF_DYNAMIC_RANGES structure.

Requirements

Requirement Value
Minimum supported client Available in Windows Vista and later versions of the Windows operating systems.
Header d3dkmdt.h

See also

D3DKMDT_COLOR_BASIS