D3DDDI_DXGI_RGB structure (d3dukmdt.h)
The D3DDDI_DXGI_RGB structure contains information to describe a gamma function.
Syntax
typedef struct D3DDDI_DXGI_RGB {
float Red;
float Green;
float Blue;
} D3DDDI_DXGI_RGB;
Members
Red
A FLOAT value that is used to describe the gamma function for the red color channel.
Green
A FLOAT value that is used to describe the gamma function for the green color channel.
Blue
A FLOAT value that is used to describe the gamma function for the blue color channel.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Windows Vista and later versions of the Windows operating systems. |
Header | d3dukmdt.h (include D3dukmdt.h) |