get_lut_styleT_get_lut_styleGetLutStyleGetLutStyleget_lut_style (Operator)

Name

get_lut_styleT_get_lut_styleGetLutStyleGetLutStyleget_lut_style — Abfragen von Modifikationsparametern der Farbtabelle.

Warnung

get_lut_styleget_lut_styleGetLutStyleGetLutStyleGetLutStyleget_lut_style ist veraltet und wird nur aus Gründen der Rückwärtskompatibilität zur Verfügung gestellt.

Signatur

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]

Beschreibung

get_lut_styleget_lut_styleGetLutStyleGetLutStyleGetLutStyleget_lut_style liefert die Werte, die mit set_lut_styleset_lut_styleSetLutStyleSetLutStyleSetLutStyleset_lut_style gesetzt wurden. Voreingestellt sind:

HueHueHueHuehuehue:

0.0

SaturationSaturationSaturationSaturationsaturationsaturation

1.0

IntensityIntensityIntensityIntensityintensityintensity

1.0

Ausführungsinformationen

Parameter

WindowHandleWindowHandleWindowHandleWindowHandlewindowHandlewindow_handle (input_control)  window HWindow, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Fensteridentifikator.

HueHueHueHuehuehue (output_control)  real HTuplefloatHTupleHtuple (real) (double) (double) (double)

Modifikation des Farbwertes.

SaturationSaturationSaturationSaturationsaturationsaturation (output_control)  real HTuplefloatHTupleHtuple (real) (double) (double) (double)

Modifikation der Sättigung.

IntensityIntensityIntensityIntensityintensityintensity (output_control)  real HTuplefloatHTupleHtuple (real) (double) (double) (double)

Modifikation der Intensität.

Ergebnis

get_lut_styleget_lut_styleGetLutStyleGetLutStyleGetLutStyleget_lut_style liefert den Wert 2 (H_MSG_TRUE), falls der Parameter korrekt ist und das Fenster gültig ist. Ansonsten wird eine Fehlerbehandlung durchgeführt.

Nachfolger

set_lut_styleset_lut_styleSetLutStyleSetLutStyleSetLutStyleset_lut_style, set_lutset_lutSetLutSetLutSetLutset_lut

Siehe auch

set_lut_styleset_lut_styleSetLutStyleSetLutStyleSetLutStyleset_lut_style

Modul

Foundation