// d3dukmdt.h
typedef struct D3DDDI_DXGI_RGB {
float Red;
float Green;
float Blue;
} D3DDDI_DXGI_RGB;
View the official Windows Driver Kit DDI referenceNo description available.
The D3DDDI_DXGI_RGB structure contains information to describe a gamma function.
RedA FLOAT value that is used to describe the gamma function for the red color channel.
GreenA FLOAT value that is used to describe the gamma function for the green color channel.
BlueA FLOAT value that is used to describe the gamma function for the blue color channel.