get_hsiT_get_hsiGetHsiGetHsiget_hsi (算子名称)
名称
get_hsiT_get_hsiGetHsiGetHsiget_hsi — Get the HSI coding of the current color.
参数签名
def get_hsi(window_handle: HHandle) -> Tuple[Sequence[int], Sequence[int], Sequence[int]]
描述
get_hsiget_hsiGetHsiGetHsiGetHsiget_hsi returns the output color or gray values, respectively, for
the window, described in HueHueHueHuehuehue, SaturationSaturationSaturationSaturationsaturationsaturation and
IntensityIntensityIntensityIntensityintensityintensity. The values returned by
get_hsiget_hsiGetHsiGetHsiGetHsiget_hsi can be set with set_hsiset_hsiSetHsiSetHsiSetHsiset_hsi.
注意
The values returned by get_hsiget_hsiGetHsiGetHsiGetHsiget_hsi may be inaccurate due to
rounding errors. They do not necessarily match the values set with
set_hsiset_hsiSetHsiSetHsiSetHsiset_hsi exactly (colors are stored in RGB internally).
运行信息
- 多线程类型:可重入(与非独占操作符并行运行)。
- 多线程作用域:全局(可以从任何线程调用)。
- 未经并行化处理。
参数表
WindowHandleWindowHandleWindowHandleWindowHandlewindowHandlewindow_handle (input_control) window → HWindow, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)
Window handle.
HueHueHueHuehuehue (output_control) integer-array → HTupleSequence[int]HTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Hue (color value) of the current color.
SaturationSaturationSaturationSaturationsaturationsaturation (output_control) integer-array → HTupleSequence[int]HTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Saturation of the current color.
IntensityIntensityIntensityIntensityintensityintensity (output_control) integer-array → HTupleSequence[int]HTupleHtuple (integer) (int / long) (Hlong) (Hlong)
Intensity of the current color.
结果
get_hsiget_hsiGetHsiGetHsiGetHsiget_hsi returns 2 (
H_MSG_TRUE)
, if the window is valid.
Otherwise an exception is raised.
可能的后置算子
set_hsiset_hsiSetHsiSetHsiSetHsiset_hsi,
set_rgbset_rgbSetRgbSetRgbSetRgbset_rgb,
disp_imagedisp_imageDispImageDispImageDispImagedisp_image
参考其它
set_hsiset_hsiSetHsiSetHsiSetHsiset_hsi,
set_colorset_colorSetColorSetColorSetColorset_color,
set_rgbset_rgbSetRgbSetRgbSetRgbset_rgb,
trans_to_rgbtrans_to_rgbTransToRgbTransToRgbTransToRgbtrans_to_rgb,
trans_from_rgbtrans_from_rgbTransFromRgbTransFromRgbTransFromRgbtrans_from_rgb
模块
Foundation