CONST_D3DSGRFLAGS
Defines constants that indicate whether or not gamma correction should be applied.
Enum CONST_D3DSGRFLAGS
D3DSGR_NO_CALIBRATION = 0
D3DSGR_CALIBRATE = 1
End Enum
Constants
- D3DSGR_NO_CALIBRATION
- No gamma correction is applied. The supplied gamma table is transferred directly to the device.
- D3DSGR_CALIBRATE
- If a gamma calibrator is installed, the ramp will be modified before being sent to the device to account for the system and monitor response curves.
If a calibrator is not installed, the ramp will be passed directly to the device.
See Also
Direct3DDevice8.SetGammaRamp