Compartilhar via


DirectXColorSpace Enumeração

Definição

Esse é um Windows Runtime equivalente à enumeração 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
Herança
DirectXColorSpace
Atributos

Requisitos do Windows

Família de dispositivos
Windows 10, version 1803 (introduzida na 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduzida na v6.0)

Campos

Reserved 4

Corresponde a DXGI_COLOR_SPACE_RESERVED.

RgbFullG10NoneP709 1

Corresponde a DXGI_COLOR_SPACE_RGB_FULL_G10_NONE_P709.

RgbFullG2084NoneP2020 12

Corresponde a DXGI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020.

RgbFullG22NoneP2020 17

Corresponde a DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P2020.

RgbFullG22NoneP709 0

Corresponde a DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709.

RgbStudioG2084NoneP2020 14

Corresponde a DXGI_COLOR_SPACE_RGB_STUDIO_G2084_NONE_P2020.

RgbStudioG22NoneP2020 3

Corresponde a DXGI_COLOR_SPACE_RGB_STUDIO_G22_NONE_P2020.

RgbStudioG22NoneP709 2

Corresponde a DXGI_COLOR_SPACE_RGB_STUDIO_G22_NONE_P709.

RgbStudioG24NoneP2020 21

Corresponde a DXGI_COLOR_SPACE_RGB_STUDIO_G24_NONE_P2020.

RgbStudioG24NoneP709 20

Corresponde a DXGI_COLOR_SPACE_RGB_STUDIO_G24_NONE_P709.

YccFullG22LeftP2020 11

Corresponde a DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P2020.

YccFullG22LeftP601 7

Corresponde a DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P601.

YccFullG22LeftP709 9

Corresponde a DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P709.

YccFullG22NoneP709X601 5

Corresponde a DXGI_COLOR_SPACE_YCBCR_FULL_G22_NONE_P709_X601.

YccFullGHlgTopLeftP2020 19

Corresponde a DXGI_COLOR_SPACE_YCBCR_FULL_GHLG_TOPLEFT_P2020.

YccStudioG2084LeftP2020 13

Corresponde a DXGI_COLOR_SPACE_YCBCR_STUDIO_G2084_LEFT_P2020.

YccStudioG2084TopLeftP2020 16

Corresponde a DXGI_COLOR_SPACE_YCBCR_STUDIO_G2084_TOPLEFT_P2020.

YccStudioG22LeftP2020 10

Corresponde a DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P2020.

YccStudioG22LeftP601 6

Corresponde a DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P601.

YccStudioG22LeftP709 8

Corresponde a DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P709.

YccStudioG22TopLeftP2020 15

Corresponde a DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_TOPLEFT_P2020.

YccStudioG24LeftP2020 23

Corresponde a DXGI_COLOR_SPACE_YCBCR_STUDIO_G24_LEFT_P2020.

YccStudioG24LeftP709 22

Corresponde a DXGI_COLOR_SPACE_YCBCR_STUDIO_G24_LEFT_P709.

YccStudioG24TopLeftP2020 24

Corresponde a DXGI_COLOR_SPACE_YCBCR_STUDIO_G24_TOPLEFT_P2020.

YccStudioGHlgTopLeftP2020 18

Corresponde a DXGI_COLOR_SPACE_YCBCR_STUDIO_GHLG_TOPLEFT_P2020.

Comentários

Cada valor corresponde a um valor na enumeração DXGI_COLOR_SPACE_TYPE . Por exemplo, DirectXColorSpace.RgbFullG22NoneP709 corresponde a DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709. Consulte essa documentação para obter mais informações sobre cada valor.

Aplica-se a

Confira também