Microsoft DirectX 9.0 SDK Update (October 2004)

DriverCaps.CanCalibrateGamma Property

Language:

Note: This documentation is preliminary and is subject to change.

Indicates that the system has a calibrator installed that can automatically adjust the gamma ramp so that the result is identical on all systems that have a calibrator.

Definition

Visual Basic .NET Public ReadOnly Property CanCalibrateGamma As Boolean
C# public bool CanCalibrateGamma { get; }
Managed C++ public: __property bool get_CanCalibrateGamma();
JScript .NET public function get CanCalibrateGamma() : boolean

Property Value

System.Boolean . Value that is true if the system has a calibrator installed, or false if it does not.

This property is read-only. 

Remarks

To invoke the calibrator when setting new gamma levels, set the param_Boolean_calibrate parameter to true during a call to Device.SetGammaRamp. Calibrating gamma ramps incurs some processing overhead and should not be used frequently.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center