get_lut_styleT_get_lut_styleGetLutStyleGetLutStyleget_lut_style (Operator)
Name
get_lut_styleT_get_lut_styleGetLutStyleGetLutStyleget_lut_style
— Get modification parameters of look-up-table (lut).
Warning
get_lut_styleget_lut_styleGetLutStyleGetLutStyleGetLutStyleget_lut_style
is obsolete and is only provided for
reasons of backward compatibility.
Signature
def get_lut_style(window_handle: HHandle) -> Tuple[float, float, float]
Description
get_lut_styleget_lut_styleGetLutStyleGetLutStyleGetLutStyleget_lut_style
returns the values that were set with set_lut_styleset_lut_styleSetLutStyleSetLutStyleSetLutStyleset_lut_style
.
Default is:
-
HueHueHueHuehuehue
:
0.0
-
SaturationSaturationSaturationSaturationsaturationsaturation
1.0
-
IntensityIntensityIntensityIntensityintensityintensity
1.0
Execution Information
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Parameters
WindowHandleWindowHandleWindowHandleWindowHandlewindowHandlewindow_handle
(input_control) window →
HWindow, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)
Window handle.
HueHueHueHuehuehue
(output_control) real →
HTuplefloatHTupleHtuple (real) (double) (double) (double)
Modification of color value.
SaturationSaturationSaturationSaturationsaturationsaturation
(output_control) real →
HTuplefloatHTupleHtuple (real) (double) (double) (double)
Modification of saturation.
IntensityIntensityIntensityIntensityintensityintensity
(output_control) real →
HTuplefloatHTupleHtuple (real) (double) (double) (double)
Modification of intensity.
Result
get_lut_styleget_lut_styleGetLutStyleGetLutStyleGetLutStyleget_lut_style
returns 2 (H_MSG_TRUE) if the window is valid and the parameter
is correct. Otherwise an exception is raised.
Possible Successors
set_lut_styleset_lut_styleSetLutStyleSetLutStyleSetLutStyleset_lut_style
,
set_lutset_lutSetLutSetLutSetLutset_lut
See also
set_lut_styleset_lut_styleSetLutStyleSetLutStyleSetLutStyleset_lut_style
Module
Foundation