Class
Accessible
Camera.Lut.GetValuesComplete
Syntax
uEye.Lut.GetValuesComplete(out double[] f64Red, out double[] f64Green, out double[] f64Blue)
Description
Returns the LUT values set by the user after the gamma, contrast and brightness values have been taken into account. For an description of the array see SetValuesUser().
Parameter
f64Red |
Returns an array with the red channel values or the gray-scale values of the LUT. |
f64Green |
Returns an array with the green channel values of the LUT. |
f64Blue |
Returns an array with the blue channel values of the LUT. |