Microsoft DirectX 8.1 (C++)

D3DGAMMARAMP

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

  Header: Declared in D3d8types.h.

See Also

IDirect3DDevice8::GetGammaRamp, IDirect3DDevice8::SetGammaRamp