ClassesClassesClassesClasses | | | | Operators

set_fixed_lutset_fixed_lutSetFixedLutset_fixed_lutSetFixedLutSetFixedLut (Operator)

Name

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

Warning

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

Signature

set_fixed_lut( : : WindowHandle, Mode : )

Herror set_fixed_lut(const Hlong WindowHandle, const char* Mode)

Herror T_set_fixed_lut(const Htuple WindowHandle, const Htuple Mode)

Herror set_fixed_lut(const HTuple& WindowHandle, const HTuple& Mode)

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

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

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

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

void HOperatorSetX.SetFixedLut(
[in] VARIANT WindowHandle, [in] VARIANT Mode)

void HWindowX.SetFixedLut([in] BSTR Mode)

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

void HWindow.SetFixedLut(string mode)

Description

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

Parallelization

Parameters

WindowHandleWindowHandleWindowHandleWindowHandleWindowHandlewindowHandle (input_control)  window HWindow, HTupleHTupleHTupleHWindowX, VARIANTHtuple (integer) (IntPtr) (Hlong) (Hlong) (Hlong) (Hlong)

Window handle.

ModeModeModeModeModemode (input_control)  string HTupleHTupleHTupleVARIANTHtuple (string) (string) (HString) (char*) (BSTR) (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_lutGetFixedLutget_fixed_lutGetFixedLutGetFixedLut

Module

Foundation


ClassesClassesClassesClasses | | | | Operators