![]() |
![]() |
![]() |
DriverCaps.CanCalibrateGamma Property |
Language: |
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.
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
System.Boolean . Value that is true if the system has a calibrator installed, or false if it does not.
This property is read-only.
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.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center