ClassesClasses | | Operators

set_fixed_lutT_set_fixed_lutSetFixedLutSetFixedLut (Operator)

Name

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

Warning

set_fixed_lutset_fixed_lutSetFixedLutSetFixedLutSetFixedLut 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

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

void HWindow.SetFixedLut(string mode)

Description

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

Execution Information

Parameters

WindowHandleWindowHandleWindowHandleWindowHandlewindowHandle (input_control)  window HWindow, HTupleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Window handle.

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

Mode of fixing.

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

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

Possible Predecessors

get_fixed_lutget_fixed_lutGetFixedLutGetFixedLutGetFixedLut

Module

Foundation


ClassesClasses | | Operators