Skip to content

set_fixed_lutSetFixedLutSetFixedLutset_fixed_lutT_set_fixed_lutđź”—

Short descriptionđź”—

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

Warningđź”—

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

Signatuređź”—

set_fixed_lut( window WindowHandle, string Mode )void SetFixedLut( const HTuple& WindowHandle, const HTuple& Mode )static void HOperatorSet.SetFixedLut( HTuple windowHandle, HTuple mode )def set_fixed_lut( window_handle: HHandle, mode: str ) -> None

Herror T_set_fixed_lut( 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)

void HWindow.SetFixedLut( string mode )

Descriptionđź”—

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

Execution informationđź”—

Execution information
  • Multithreading type: reentrant (runs in parallel with non-exclusive operators).

  • Multithreading scope: global (may be called from any thread).

  • Processed without parallelization.

Parametersđź”—

WindowHandlewindowHandlewindow_handle (input_control) window → (handle)HTuple (HHandle)HWindow, HTuple (IntPtr)HHandleHtuple (handle)

Window handle.

Modemodemode (input_control) string → (string)HTuple (HString)HTuple (string)strHtuple (char*)

Mode of fixing.

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

Combinations with other operatorsđź”—

Combinations

Possible predecessors

get_fixed_lutGetFixedLut

Moduleđź”—

Foundation