D3DGAMMARAMP
Microsoft DirectX 9.0 SDK Update (October 2004)

D3DGAMMARAMP Structure


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

Headerd3d9types.h
Minimum operating systems Windows 98

See Also

IDirect3DDevice9::GetGammaRamp, IDirect3DDevice9::SetGammaRamp


© 2004 Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center.