Share via


DDGAMMARAMP

Send Feedback

This structure contains red, green, and blue gamma ramp data.

This structure is used to set and retrieve a gamma ramp with IDirectDrawGammaControl::GetGammaRamp and IDirectDrawGammaControl::SetGammaRamp.

typedef struct _DDGAMMARAMP
{
  WORD red[256];
  WORD green[256];
  WORD blue[256];
}DDGAMMARAMP, *LPDDGAMMARAMP;

Members

  • red
    An array of 256 WORD elements that describes the red gamma ramp.
  • green
    An array of 256 WORD elements that describes the green gamma ramp.
  • blue
    An array of 256 WORD elements that describes the blue gamma ramp.

Requirements

Pocket PC: Windows Mobile 5.0 and later
Smartphone: Windows Mobile 5.0 and later
OS Versions: Windows CE 5.01 and later
Header: Ddraw.h.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.