Compartir a través de


DirectXColorSpace Enumeración

Definición

Se trata de un Windows Runtime equivalente de la enumeración 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
Herencia
DirectXColorSpace
Atributos

Requisitos de Windows

Familia de dispositivos
Windows 10, version 1803 (se introdujo en la versión 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (se introdujo en la versión 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.

Comentarios

Cada valor corresponde a un valor de la enumeración DXGI_COLOR_SPACE_TYPE . Por ejemplo, DirectXColorSpace.RgbFullG22NoneP709 corresponde a DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709. Consulte esa documentación para obtener más información sobre cada valor.

Se aplica a

Consulte también