D3DDDI_GAMMA_RAMP_RGB256x3x16结构 (d3dukmdt.h)
D3DDDI_GAMMA_RAMP_RGB256x3x16 结构包含一个 gamma 查找表。
语法
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) |