D3D11_VIDEO_COLOR-Struktur (d3d11.h)
Definiert einen Farbwert für Microsoft Direct3D 11-Video.
Syntax
typedef struct D3D11_VIDEO_COLOR {
union {
D3D11_VIDEO_COLOR_YCbCrA YCbCr;
D3D11_VIDEO_COLOR_RGBA RGBA;
};
} D3D11_VIDEO_COLOR;
Member
YCbCr
Eine D3D11_VIDEO_COLOR_YCbCrA-Struktur , die einen YCbCr-Farbwert enthält.
RGBA
Eine D3D11_VIDEO_COLOR_RGBA-Struktur , die einen RGB-Farbwert enthält.
Hinweise
Die anonyme Union kann sowohl RGB- als auch YCbCr-Farben darstellen. Die Interpretation der Union hängt vom Kontext ab.
Anforderungen
Anforderung | Wert |
---|---|
Unterstützte Mindestversion (Client) | Windows 8 [Desktop-Apps | UWP-Apps] |
Unterstützte Mindestversion (Server) | Windows Server 2012 [Desktop-Apps | UWP-Apps] |
Kopfzeile | d3d11.h |