GetGamma method
Retrieves the value used for gamma correction.
Syntax
HRESULT retVal = object.GetGamma(pVal);
Parameters
- pVal [out]
-
Type: float
Pointer to the value used for gamma correction.
Remarks
This is a standard brightness adjustment. Gamma correction values of 1.0 produce no effect.
Show: