ClassesClasses | | Operators

get_fixed_lutget_fixed_lutGetFixedLutGetFixedLut (Operator)

Name

get_fixed_lutget_fixed_lutGetFixedLutGetFixedLut — Get fixing of “look-up-table” (lut) for “real color images”

Warning

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

Signature

get_fixed_lut( : : WindowHandle : Mode)

Herror get_fixed_lut(const Hlong WindowHandle, char* Mode)

Herror T_get_fixed_lut(const Htuple WindowHandle, Htuple* Mode)

void GetFixedLut(const HTuple& WindowHandle, HTuple* Mode)

HString HWindow::GetFixedLut() const

static void HOperatorSet.GetFixedLut(HTuple windowHandle, out HTuple mode)

string HWindow.GetFixedLut()

Description

Get fixing of “look-up-table” (lut) for “real color images”

Execution Information

Parameters

WindowHandleWindowHandleWindowHandleWindowHandlewindowHandle (input_control)  window HWindow, HTupleHTupleHtuple (integer) (IntPtr) (Hlong) (Hlong)

Window handle.

ModeModeModeModemode (output_control)  string HTupleHTupleHtuple (string) (string) (HString) (char*)

Mode of fixing.

Possible Successors

set_fixed_lutset_fixed_lutSetFixedLutSetFixedLutSetFixedLut

Module

Foundation


ClassesClasses | | Operators