Class
Accessible
Camera.Gamma.Software.GetRange
Syntax
uEye.GammaSoftware.GetRange(out uEye.Types.Range<int> range)
uEye.GammaSoftware.GetRange(out int s32Min, out int s32Max, out int s32Inc)
Description
Returns the minimum and maximum value and the increment of the digital gamma correction.
Parameter
range |
Minimum: Returns the minimum value. |
Maximum: Returns the maximum value. |
|
Increment: Returns the increment. |
|
s32Min |
Returns the minimum value. |
s32Max |
Returns the maximum value. |
s32Inc |
Returns the increment. |