DirectXColorSpace Énumération

Définition

Il s’agit d’un équivalent Windows Runtime de l’énumération desktop DXGI_COLOR_SPACE_TYPE.

public enum class DirectXColorSpace
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 393216)]
enum class DirectXColorSpace
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 393216)]
public enum DirectXColorSpace
var value = Windows.Graphics.DirectX.DirectXColorSpace.rgbFullG22NoneP709
Public Enum DirectXColorSpace
Héritage
DirectXColorSpace
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10, version 1803 (introduit dans 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v6.0)

Champs

Reserved 4

Correspond à DXGI_COLOR_SPACE_RESERVED.

RgbFullG10NoneP709 1

Correspond à DXGI_COLOR_SPACE_RGB_FULL_G10_NONE_P709.

RgbFullG2084NoneP2020 12

Correspond à DXGI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020.

RgbFullG22NoneP2020 17

Correspond à DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P2020.

RgbFullG22NoneP709 0

Correspond à DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709.

RgbStudioG2084NoneP2020 14

Correspond à DXGI_COLOR_SPACE_RGB_STUDIO_G2084_NONE_P2020.

RgbStudioG22NoneP2020 3

Correspond à DXGI_COLOR_SPACE_RGB_STUDIO_G22_NONE_P2020.

RgbStudioG22NoneP709 2

Correspond à DXGI_COLOR_SPACE_RGB_STUDIO_G22_NONE_P709.

RgbStudioG24NoneP2020 21

Correspond à DXGI_COLOR_SPACE_RGB_STUDIO_G24_NONE_P2020.

RgbStudioG24NoneP709 20

Correspond à DXGI_COLOR_SPACE_RGB_STUDIO_G24_NONE_P709.

YccFullG22LeftP2020 11

Correspond à DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P2020.

YccFullG22LeftP601 7

Correspond à DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P601.

YccFullG22LeftP709 9

Correspond à DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P709.

YccFullG22NoneP709X601 5

Correspond à DXGI_COLOR_SPACE_YCBCR_FULL_G22_NONE_P709_X601.

YccFullGHlgTopLeftP2020 19

Correspond à DXGI_COLOR_SPACE_YCBCR_FULL_GHLG_TOPLEFT_P2020.

YccStudioG2084LeftP2020 13

Correspond à DXGI_COLOR_SPACE_YCBCR_STUDIO_G2084_LEFT_P2020.

YccStudioG2084TopLeftP2020 16

Correspond à DXGI_COLOR_SPACE_YCBCR_STUDIO_G2084_TOPLEFT_P2020.

YccStudioG22LeftP2020 10

Correspond à DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P2020.

YccStudioG22LeftP601 6

Correspond à DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P601.

YccStudioG22LeftP709 8

Correspond à DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P709.

YccStudioG22TopLeftP2020 15

Correspond à DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_TOPLEFT_P2020.

YccStudioG24LeftP2020 23

Correspond à DXGI_COLOR_SPACE_YCBCR_STUDIO_G24_LEFT_P2020.

YccStudioG24LeftP709 22

Correspond à DXGI_COLOR_SPACE_YCBCR_STUDIO_G24_LEFT_P709.

YccStudioG24TopLeftP2020 24

Correspond à DXGI_COLOR_SPACE_YCBCR_STUDIO_G24_TOPLEFT_P2020.

YccStudioGHlgTopLeftP2020 18

Correspond à DXGI_COLOR_SPACE_YCBCR_STUDIO_GHLG_TOPLEFT_P2020.

Remarques

Chaque valeur correspond à une valeur dans l’énumération DXGI_COLOR_SPACE_TYPE . Par exemple, DirectXColorSpace.RgbFullG22NoneP709 correspond à DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709. Consultez cette documentation pour plus d’informations sur chaque valeur.

S’applique à

Voir aussi