DirectXColorSpace Enumerazione
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Si tratta di un Windows Runtime equivalente dell'enumerazione 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
- Ereditarietà
-
DirectXColorSpace
- Attributi
Requisiti Windows
Famiglia di dispositivi |
Windows 10, version 1803 (è stato introdotto in 10.0.17134.0)
|
API contract |
Windows.Foundation.UniversalApiContract (è stato introdotto in v6.0)
|
Campi
Reserved | 4 | Corrisponde a DXGI_COLOR_SPACE_RESERVED. |
RgbFullG10NoneP709 | 1 | Corrisponde a DXGI_COLOR_SPACE_RGB_FULL_G10_NONE_P709. |
RgbFullG2084NoneP2020 | 12 | Corrisponde a DXGI_COLOR_SPACE_RGB_FULL_G2084_NONE_P2020. |
RgbFullG22NoneP2020 | 17 | Corrisponde a DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P2020. |
RgbFullG22NoneP709 | 0 | Corrisponde a DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709. |
RgbStudioG2084NoneP2020 | 14 | Corrisponde a DXGI_COLOR_SPACE_RGB_STUDIO_G2084_NONE_P2020. |
RgbStudioG22NoneP2020 | 3 | Corrisponde a DXGI_COLOR_SPACE_RGB_STUDIO_G22_NONE_P2020. |
RgbStudioG22NoneP709 | 2 | Corrisponde a DXGI_COLOR_SPACE_RGB_STUDIO_G22_NONE_P709. |
RgbStudioG24NoneP2020 | 21 | Corrisponde a DXGI_COLOR_SPACE_RGB_STUDIO_G24_NONE_P2020. |
RgbStudioG24NoneP709 | 20 | Corrisponde a DXGI_COLOR_SPACE_RGB_STUDIO_G24_NONE_P709. |
YccFullG22LeftP2020 | 11 | Corrisponde a DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P2020. |
YccFullG22LeftP601 | 7 | Corrisponde a DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P601. |
YccFullG22LeftP709 | 9 | Corrisponde a DXGI_COLOR_SPACE_YCBCR_FULL_G22_LEFT_P709. |
YccFullG22NoneP709X601 | 5 | Corrisponde a DXGI_COLOR_SPACE_YCBCR_FULL_G22_NONE_P709_X601. |
YccFullGHlgTopLeftP2020 | 19 | Corrisponde a DXGI_COLOR_SPACE_YCBCR_FULL_GHLG_TOPLEFT_P2020. |
YccStudioG2084LeftP2020 | 13 | Corrisponde a DXGI_COLOR_SPACE_YCBCR_STUDIO_G2084_LEFT_P2020. |
YccStudioG2084TopLeftP2020 | 16 | Corrisponde a DXGI_COLOR_SPACE_YCBCR_STUDIO_G2084_TOPLEFT_P2020. |
YccStudioG22LeftP2020 | 10 | Corrisponde a DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P2020. |
YccStudioG22LeftP601 | 6 | Corrisponde a DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P601. |
YccStudioG22LeftP709 | 8 | Corrisponde a DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_LEFT_P709. |
YccStudioG22TopLeftP2020 | 15 | Corrisponde a DXGI_COLOR_SPACE_YCBCR_STUDIO_G22_TOPLEFT_P2020. |
YccStudioG24LeftP2020 | 23 | Corrisponde a DXGI_COLOR_SPACE_YCBCR_STUDIO_G24_LEFT_P2020. |
YccStudioG24LeftP709 | 22 | Corrisponde a DXGI_COLOR_SPACE_YCBCR_STUDIO_G24_LEFT_P709. |
YccStudioG24TopLeftP2020 | 24 | Corrisponde a DXGI_COLOR_SPACE_YCBCR_STUDIO_G24_TOPLEFT_P2020. |
YccStudioGHlgTopLeftP2020 | 18 | Corrisponde a DXGI_COLOR_SPACE_YCBCR_STUDIO_GHLG_TOPLEFT_P2020. |
Commenti
Ogni valore corrisponde a un valore nell'enumerazione DXGI_COLOR_SPACE_TYPE . Ad esempio, DirectXColorSpace.RgbFullG22NoneP709 corrisponde a DXGI_COLOR_SPACE_RGB_FULL_G22_NONE_P709. Per altre informazioni su ogni valore, vedere la documentazione.