Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAGS enumeration

Options for swap-chain color space.

Syntax


typedef enum DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAGS { 
  DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAG_NOMINAL_RANGE  = 0x1,
  DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAG_BT709          = 0x2,
  DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAG_xvYCC          = 0x4
} DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAGS;

Constants

DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAG_NOMINAL_RANGE

Specifies nominal range YCbCr, which isn't an absolute color space, but a way of encoding RGB info.

DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAG_BT709

Specifies BT.709, which standardizes the format of high-definition television and has 16:9 (widescreen) aspect ratio.

DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAG_xvYCC

Specifies xvYCC or extended-gamut YCC (also x.v.Color) color space that can be used in the video electronics of television sets to support a gamut 1.8 times as large as that of the sRGB color space.

Remarks

This enum is used by SetColorSpace.

Requirements

Header

DXGIPartner.h

See also

DXGI Enumerations

 

 

Show:
© 2017 Microsoft