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) |