Please enable JavaScript to view this site.

uEye .NET Manual 4.97

Class

uEye.Lut

Accessible

Camera.Lut.SetValuesUser

Syntax

uEye.Lut.SetValuesUser(double[] f64Red, double[] f64Green, double[] f64Blue)

Description

Sets the LUT values. The f64Red, f64Green and f64Blue arrays contain double values between 0.0 and 1.0.

Parameter

f64Red

Array containing the red channel values or the gray-scale value of the LUT.

f64Green

Array containing the green channel values of the LUT.

f64Blue

Array containing the blue channel values of the LUT.