GammaLib REALbasic Plugin |
|
Gamma.GetDisplayGammaRamp Method
Use this function to get a Gamma Ramp for a specific display device.
GetDisplayGammaRamp(
displayNumber
as Integer)
as GammaRamp
Parameters
- displayNumber
- The number of the display device. (1 is the first display device)
Returns
- GammaRamp
- Returns a GammaRamp object.
Remarks
Use this function to store the old Gamma ramp so it can be restored at later time.
This is a MacOS X only feature
See Also
Gamma Class