struttura D3D11_VIDEO_COLOR (d3d11.h)
Definisce un valore di colore per il video di Microsoft Direct3D 11.
Sintassi
typedef struct D3D11_VIDEO_COLOR {
union {
D3D11_VIDEO_COLOR_YCbCrA YCbCr;
D3D11_VIDEO_COLOR_RGBA RGBA;
};
} D3D11_VIDEO_COLOR;
Members
YCbCr
Struttura D3D11_VIDEO_COLOR_YCbCrA che contiene un valore di colore YCbCr.
RGBA
Struttura D3D11_VIDEO_COLOR_RGBA che contiene un valore di colore RGB.
Commenti
L'unione anonima può rappresentare sia i colori RGB che YCbCr. L'interpretazione dell'unione dipende dal contesto.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 8 [app desktop | App UWP] |
Server minimo supportato | Windows Server 2012 [app desktop | App UWP] |
Intestazione | d3d11.h |