Please enable JavaScript to view this site.

uEye .NET Manual 4.97

Class

uEye.ColorTemperature

Accessible

Camera.Color.Temperature.GetRange

Syntax

uEye.ColorTemperature.GetRange(out uEye.Types.Range<uint> range)

uEye.ColorTemperature.GetRange(out uint u32MinColTemp, out uint u32MaxColTemp, out uint u32IncColTemp)

Description

Returns the range of the color temperature.

Parameter

range

Minimum: Returns the minimum value for the color temperature.

Maximum: Returns the maximum value for the color temperature.

Increment: Returns the increment for setting the color temperature.

u32MinColTemp

Returns the minimum value for the color temperature.

u32MaxColTemp

Returns the maximum value for the color temperature.

u32IncColTemp

Returns the increment for setting the color temperature.