DriverCaps.CanCalibrateGamma Property (Microsoft.DirectX.Direct3D)

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 Public ReadOnly Property CanCalibrateGamma As Boolean
C# public bool CanCalibrateGamma { get; }
C++ public:
property bool CanCalibrateGamma {
        bool get();
}
JScript 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.