get_lut_styleT_get_lut_styleGetLutStyleGetLutStyleget_lut_style (算子名称)
名称
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.
参数签名
def get_lut_style(window_handle: HHandle) -> Tuple[float, float, float]
描述
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
运行信息
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
参数表
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.
结果
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.
可能的后置算子
set_lut_styleset_lut_styleSetLutStyleSetLutStyleSetLutStyleset_lut_style
,
set_lutset_lutSetLutSetLutSetLutset_lut
参考其它
set_lut_styleset_lut_styleSetLutStyleSetLutStyleSetLutStyleset_lut_style
模块
Foundation