D3DKMDT_COLOR_COEFF_DYNAMIC_RANGES struttura (d3dkmdt.h)

La D3DKMDT_COLOR_COEFF_DYNAMIC_RANGES contiene valori che indicano l'intervallo dinamico di ogni canale di colore di una destinazione video presente o un monitor.

Sintassi

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

Members

FirstChannel

Profondità bit del primo canale di colore.

SecondChannel

Profondità bit del secondo canale di colore.

ThirdChannel

Profondità bit del terzo canale di colore.

FourthChannel

Riservato.

Commenti

Il membro VidPnTargetColorCoeffDynamicRanges della struttura D3DKMDT_VIDPN_PRESENT_PATH è una struttura D3DKMDT_COLOR_COEFF_DYNAMIC_RANGES.

Requisiti

Requisito Valore
Client minimo supportato Disponibile in Windows Vista e versioni successive dei sistemi operativi Windows.
Intestazione d3dkmdt.h

Vedi anche

D3DKMDT_COLOR_BASIS