A | B | C |  D | E | F |  G | H | I |  J | K | L |  M | N | O |  P | Q | R |  S | T | U |  V | W | X |  Y | Z



GetDeviceGammaRamp

The GetDeviceGammaRamp function gets the gamma ramp on direct color display boards whose drivers support downloadable gamma ramps in hardware.

VB4-32,5,6
Declare Function GetDeviceGammaRamp Lib "gdi32" (ByVal hdc As Long, lpv As Any) As Long

Operating Systems Supported
Requires Windows 2000 or later; Requires Windows 95 or later

Library
Gdi32

Parameter Information
- hDC
Specifies the device context of the direct color display board in question.

- lpRamp
Points to a buffer where the function can place the current gamma ramp of the color display board. The gamma ramp is specified in three arrays of 256 WORD elements each, which contain the mapping between RGB values in the frame buffer and digital-analog-converter (DAC) values. The sequence of the arrays is red, green, blue.

Return Values
GetDeviceGammaRamp returns TRUE if it succeeds, and FALSE otherwise.

Last update: 07 April 2006