?/TD> |
Microsoft DirectX 9.0 |
Contains red, green, and blue ramp data.
Syntax
typedef struct _D3DGAMMARAMP { WORD red[256]; WORD green[256]; WORD blue[256]; } D3DGAMMARAMP;
Members
- red
- Array of 256 WORD element that describes the red gamma ramp.
- green
- Array of 256 WORD element that describes the green gamma ramp.
- blue
- Array of 256 WORD element that describes the blue gamma ramp.
Structure Information
Header d3d9types.h Minimum operating systems Windows 98
See Also
IDirect3DDevice9::GetGammaRamp, IDirect3DDevice9::SetGammaRamp