GammaLib REALbasic Plugin |
|
Gamma.SetDisplayGammaRamp Method
Sets a GammaRamp for a specific display device.
SetDisplayGammaRamp(
displayNumber
as Integer,
ramp
as GammaRamp)
Parameters
- displayNumber
- The number of the display device. (1 is the first display device)
- ramp
- The gamma ramp to set.
Remarks
Use this function to restore a saved Gamma ramp for a specific display device.
This is a MacOS X only feature
See Also
Gamma Class