Please enable JavaScript to view this site.

uEye .NET Manual 4.97

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.