set_fixed_lutT_set_fixed_lutSetFixedLutSetFixedLutset_fixed_lut (Operator)

Name

set_fixed_lutT_set_fixed_lutSetFixedLutSetFixedLutset_fixed_lut — Fix “look-up-table” (lut) for “real color images”.

Warning

set_fixed_lutset_fixed_lutSetFixedLutSetFixedLutSetFixedLutset_fixed_lut is obsolete and is only provided for reasons of backward compatibility.

Signature

set_fixed_lut( : : WindowHandle, Mode : )

Herror T_set_fixed_lut(const Htuple WindowHandle, const Htuple Mode)

void SetFixedLut(const HTuple& WindowHandle, const HTuple& Mode)

void HWindow::SetFixedLut(const HString& Mode) const

void HWindow::SetFixedLut(const char* Mode) const

void HWindow::SetFixedLut(const wchar_t* Mode) const   (Windows only)

static void HOperatorSet.SetFixedLut(HTuple windowHandle, HTuple mode)

void HWindow.SetFixedLut(string mode)

def set_fixed_lut(window_handle: HHandle, mode: str) -> None

Description

Fix “look-up-table” (lut) for “real color images”.

Execution Information

Parameters

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

Window handle.

ModeModeModeModemodemode (input_control)  string HTuplestrHTupleHtuple (string) (string) (HString) (char*)

Mode of fixing.

Default value: 'true' "true" "true" "true" "true" "true"

List of values: 'false'"false""false""false""false""false", 'true'"true""true""true""true""true"

Possible Predecessors

get_fixed_lutget_fixed_lutGetFixedLutGetFixedLutGetFixedLutget_fixed_lut

Module

Foundation