D3DGAMMARAMP
This structure contains red, green, and blue ramp data.
typedef struct _D3DGAMMARAMP {
WORD red [256];
WORD green[256];
WORD blue [256];
} D3DGAMMARAMP;
Members
- red, green, and blue
Array of 256 WORD elements that describe the red, green, and blue gamma ramps.
Requirements
OS Versions: Windows CE .NET 4.0 and later.
Header: D3d8types.h.
See Also
IDirect3DDevice8::GetGammaRamp | IDirect3DDevice8::SetGammaRamp | Direct3D Structures
Last updated on Thursday, April 08, 2004
© 1992-2003 Microsoft Corporation. All rights reserved.