Class
uEye.AutoFeaturesSoftwareWhitebalanceGain
Accessible
Camera.AutoFeatures.Software.WhiteBalance.Gain.GetRange
Syntax
uEye.AutoFeaturesSoftwareWhitebalanceGain.GetRange(out uEye.Types.Range<int> range)
uEye.AutoFeaturesSoftwareWhitebalanceGain.GetRange(out int min, out int max, out int inc)
Description
Returns the color gain limits for auto white balance.
Parameter
range |
Minimum: Returns the minimum value |
Maximum: Returns the maximum value |
|
Increment: Returns the increment |
|
min |
Returns the minimum value. |
max |
Returns the maximum value. |
inc |
Returns the increment. |