Class
Accessible
Camera.Lut.GetValuesPreset
Syntax
uEye.Lut.GetValuesPreset(uEye.Defines.LutPreset preset, out double[] f64Red, out double[] f64Green, out double[] f64Blue)
Description
Returns the predefined LUT.
Parameter
preset |
A predefined LUT, see SetPreset() |
f64Red |
Returns an array with the red channel values or the gray-scale values of the predefined LUT. |
f64Green |
Returns an array with the green channel values of the predefined LUT. |
f64Blue |
Returns an array with the blue channel values of the predefined LUT. |