Get modification parameters of look-up-table (lut).
get_lut_style returns the values that were set with set_lut_style. Default is: Hue 0.0 Saturation 1.0 Intensity 1.0
|
WindowHandle (input_control) |
window -> integer |
| Window identifier. | |
|
Hue (output_control) |
real -> real |
| Modification of color value. | |
|
Saturation (output_control) |
real -> real |
| Modification of saturation. | |
|
Intensity (output_control) |
real -> real |
| Modification of intensity. | |
get_lut_style returns 2 (H_MSG_TRUE) if the window is valid and the parameter is correct. Otherwise an exception handling is raised.
get_lut_style is reentrant, local, and processed without parallelization.
Foundation