D3DDDI_DXGI_RGB - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// d3dukmdt.h

typedef struct D3DDDI_DXGI_RGB {
  float Red;
  float Green;
  float Blue;
} D3DDDI_DXGI_RGB;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-d3dukmdt-d3dddi_dxgi_rgb)

D3DDDI_DXGI_RGB structure

Description

The D3DDDI_DXGI_RGB structure contains information to describe a gamma function.

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.

See also

D3DDDI_GAMMA_RAMP_DXGI_1