Class
Accessible
Camera.Lut.GetValuesUser
Syntax
uEye.Lut.GetValuesUser(out double[] f64Red, out double[] f64Green, out double[] f64Blue)
Description
Returns the LUT values set by the user without modifications. For an description of the array see SetValuesUser().
Parameter
f64Red |
Returns an array with the red channel values or the gray-scale value (GigE uEye SE cameras) of the LUT are written. |
f64Green |
Returns an array with the green channel values of the LUT are written. |
f64Blue |
Returns an array with the blue channel values of the LUT are written. |