| Home > Function descriptions > | History back Previous chapter Next chapter Print |
SetGamma |
|
uEye ActiveX Manual Version 4.00
Syntax
LONG SetGamma (LONG nGamma)
Description
SetGamma() sets the gamma correction value. The internal range of gamma values is between 0.01 and 10. The parameter nGamma must be specified as an integer value within the range of 1 and 1000 (gamma value multiplied by 100).
Parameters
nGamma |
Gamma value multiplied by 100. - Range: [1…1000] |
Return values
IS_SUCCESS |
Function executed successfully |
IS_NO_SUCCESS |
General error message |
Related properties
Related functions