GammaLib REALbasic Plugin

Gamma.SetDisplayGammaValue Method

Sets a Gamma value for a specific display device.

SetDisplayGammaValue(
   displayNumber as Integer,
   value as Color)

Parameters

displayNumber
The number of the display device. (1 is the first display device)
value
The color value to set.

Remarks

Note:
Do not use SetDisplayGammaValue if the value has already been set. If it has been set then it either needs to be restored with SetDisplayGammaRamp or Restore before SetDisplayGammaValue can be called.

This is a MacOS X only feature

See Also

Gamma Class