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_styleGetLutStyleGetLutStyleget_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_styleGetLutStyleGetLutStyleget_lut_style returns the values that were set with set_lut_styleset_lut_styleSetLutStyleSetLutStyleset_lut_style.
Default is:
-
HueHueHuehuehue:
0.0
-
SaturationSaturationSaturationsaturationsaturation
1.0
-
IntensityIntensityIntensityintensityintensity
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
WindowHandleWindowHandleWindowHandlewindowHandlewindow_handle (input_control) window → HWindow, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)
Window handle.
HueHueHuehuehue (output_control) real → HTuplefloatHTupleHtuple (real) (double) (double) (double)
Modification of color value.
SaturationSaturationSaturationsaturationsaturation (output_control) real → HTuplefloatHTupleHtuple (real) (double) (double) (double)
Modification of saturation.
IntensityIntensityIntensityintensityintensity (output_control) real → HTuplefloatHTupleHtuple (real) (double) (double) (double)
Modification of intensity.
Result
get_lut_styleget_lut_styleGetLutStyleGetLutStyleget_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_styleSetLutStyleSetLutStyleset_lut_style,
set_lutset_lutSetLutSetLutset_lut
See also
set_lut_styleset_lut_styleSetLutStyleSetLutStyleset_lut_style
Module
Foundation