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

get_lut_style( : : WindowHandle : Hue, Saturation, Intensity)

Herror T_get_lut_style(const Htuple WindowHandle, Htuple* Hue, Htuple* Saturation, Htuple* Intensity)

void GetLutStyle(const HTuple& WindowHandle, HTuple* Hue, HTuple* Saturation, HTuple* Intensity)

double HWindow::GetLutStyle(double* Saturation, double* Intensity) const

static void HOperatorSet.GetLutStyle(HTuple windowHandle, out HTuple hue, out HTuple saturation, out HTuple intensity)

double HWindow.GetLutStyle(out double saturation, out double intensity)

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

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 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