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 -> HTuple.long |
| Window identifier. | |
|
Hue (output_control) |
real -> double * |
| Modification of color value. | |
|
Saturation (output_control) |
real -> double * |
| Modification of saturation. | |
|
Intensity (output_control) |
real -> double * |
| Modification of intensity. | |
::get_lut_style returns H_MSG_TRUE if the window is valid and the parameter is correct. Otherwise an exception handling is raised.
System