Share via


DirectXColorSpace Enum

Definition

This is a Windows Runtime equivalent of the Desktop DXGI_COLOR_SPACE_TYPE enumeration.

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
Inheritance
DirectXColorSpace
Attributes

Windows requirements

Requirements Description
Device family
Windows 10, version 1803 (introduced in 10.0.17134.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v6.0)

Fields

Name Value Description
RgbFullG22NoneP709 0

Corresponds to DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709.

RgbFullG10NoneP709 1

Corresponds to DXGI_COLOR_SPACE_RGB_FULL_G10_NONE_P709.

RgbStudioG22NoneP709 2

Corresponds to DXGI_COLOR_SPACE_RGB_STUDIO_G22_NONE_P709.

RgbStudioG22NoneP2020 3

Corresponds to DXGI_COLOR_SPACE_RGB_STUDIO_G22_NONE_P2020.

Reserved 4

Corresponds to DXGI_COLOR_SPACE_RESERVED.

YccFullG22NoneP709X601 5

Corresponds to DXGI_COLOR_SPACE_YCBCR_FULL_G22_NONE_P709_X601.

YccStudioG22LeftP601 6

Corresponds to DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P601.

YccFullG22LeftP601 7

Corresponds to DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P601.

YccStudioG22LeftP709 8

Corresponds to DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P709.

YccFullG22LeftP709 9

Corresponds to DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P709.

YccStudioG22LeftP2020 10

Corresponds to DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P2020.

YccFullG22LeftP2020 11

Corresponds to DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P2020.

RgbFullG2084NoneP2020 12

Corresponds to DXGI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020.

YccStudioG2084LeftP2020 13

Corresponds to DXGI_COLOR_SPACE_YCBCR_STUDIO_G2084_LEFT_P2020.

RgbStudioG2084NoneP2020 14

Corresponds to DXGI_COLOR_SPACE_RGB_STUDIO_G2084_NONE_P2020.

YccStudioG22TopLeftP2020 15

Corresponds to DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_TOPLEFT_P2020.

YccStudioG2084TopLeftP2020 16

Corresponds to DXGI_COLOR_SPACE_YCBCR_STUDIO_G2084_TOPLEFT_P2020.

RgbFullG22NoneP2020 17

Corresponds to DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P2020.

YccStudioGHlgTopLeftP2020 18

Corresponds to DXGI_COLOR_SPACE_YCBCR_STUDIO_GHLG_TOPLEFT_P2020.

YccFullGHlgTopLeftP2020 19

Corresponds to DXGI_COLOR_SPACE_YCBCR_FULL_GHLG_TOPLEFT_P2020.

RgbStudioG24NoneP709 20

Corresponds to DXGI_COLOR_SPACE_RGB_STUDIO_G24_NONE_P709.

RgbStudioG24NoneP2020 21

Corresponds to DXGI_COLOR_SPACE_RGB_STUDIO_G24_NONE_P2020.

YccStudioG24LeftP709 22

Corresponds to DXGI_COLOR_SPACE_YCBCR_STUDIO_G24_LEFT_P709.

YccStudioG24LeftP2020 23

Corresponds to DXGI_COLOR_SPACE_YCBCR_STUDIO_G24_LEFT_P2020.

YccStudioG24TopLeftP2020 24

Corresponds to DXGI_COLOR_SPACE_YCBCR_STUDIO_G24_TOPLEFT_P2020.

Remarks

Each value corresponds to a value in the DXGI_COLOR_SPACE_TYPE enumeration. For example, DirectXColorSpace.RgbFullG22NoneP709 corresponds to DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709. See that documentation for more information on each value.

Applies to

See also