D3DDDI_GAMMA_RAMP_RGB256x3x16结构(d3dukmdt.h)

D3DDDI_GAMMA_RAMP_RGB256x3x16结构包含伽玛查找表。

语法

typedef struct _D3DDDI_GAMMA_RAMP_RGB256x3x16 {
  USHORT Red[256];
  USHORT Green[256];
  USHORT Blue[256];
} D3DDDI_GAMMA_RAMP_RGB256x3x16;

成员

Red[256]

包含 16 位值的数组,用于保存红色通道的 gamma 函数。

Green[256]

包含 16 位值的数组,用于保存绿色通道的 gamma 函数。

Blue[256]

包含 16 位值的数组,用于保存蓝色通道的 gamma 函数。

要求

要求 价值
最低支持的客户端 在 Windows Vista 和更高版本的 Windows作系统中可用。
标头 d3dukmdt.h (包括 D3dukmdt.h)

另请参阅

D3DDDI_GAMMARAMP_TYPE