ClassesClassesClassesClasses | | | | Operators

clear_color_trans_lutclear_color_trans_lutClearColorTransLutclear_color_trans_lutClearColorTransLutClearColorTransLut (Operator)

Name

clear_color_trans_lutclear_color_trans_lutClearColorTransLutclear_color_trans_lutClearColorTransLutClearColorTransLut — Release the look-up-table needed for color space transformation.

Signature

clear_color_trans_lut( : : ColorTransLUTHandle : )

Herror clear_color_trans_lut(const Hlong ColorTransLUTHandle)

Herror T_clear_color_trans_lut(const Htuple ColorTransLUTHandle)

Herror clear_color_trans_lut(const HTuple& ColorTransLUTHandle)

void ClearColorTransLut(const HTuple& ColorTransLUTHandle)

static void HImage::ClearColorTransLut(const HColorTransLUT& ColorTransLUTHandle)

void HOperatorSetX.ClearColorTransLut([in] VARIANT ColorTransLUTHandle)

void HImageX.ClearColorTransLut([in] IHColorTransLUTX* ColorTransLUTHandle)

static void HOperatorSet.ClearColorTransLut(HTuple colorTransLUTHandle)

static void HImage.ClearColorTransLut(HColorTransLUT colorTransLUTHandle)

Description

The operator clear_color_trans_lutclear_color_trans_lutClearColorTransLutclear_color_trans_lutClearColorTransLutClearColorTransLut frees the memory of the look-up-table created by create_color_trans_lutcreate_color_trans_lutCreateColorTransLutcreate_color_trans_lutCreateColorTransLutCreateColorTransLut. After calling clear_color_trans_lutclear_color_trans_lutClearColorTransLutclear_color_trans_lutClearColorTransLutClearColorTransLut the handle ColorTransLUTHandleColorTransLUTHandleColorTransLUTHandleColorTransLUTHandleColorTransLUTHandlecolorTransLUTHandle becomes invalid.

Parallelization

Parameters

ColorTransLUTHandleColorTransLUTHandleColorTransLUTHandleColorTransLUTHandleColorTransLUTHandlecolorTransLUTHandle (input_control)  color_trans_lut HColorTransLUT, HTupleHTupleHColorTransLUT, HTupleHColorTransLUTX, VARIANTHtuple (integer) (IntPtr) (Hlong) (Hlong) (Hlong) (Hlong)

Handle of the look-up-table handle for the color space transformation.

Result

The operator clear_all_color_trans_lutsclear_all_color_trans_lutsClearAllColorTransLutsclear_all_color_trans_lutsClearAllColorTransLutsClearAllColorTransLuts returns the value 2 (H_MSG_TRUE) if the look-up-table was successfully released. Otherwise, an exception will be raised.

Possible Predecessors

create_color_trans_lutcreate_color_trans_lutCreateColorTransLutcreate_color_trans_lutCreateColorTransLutCreateColorTransLut, apply_color_trans_lutapply_color_trans_lutApplyColorTransLutapply_color_trans_lutApplyColorTransLutApplyColorTransLut

See also

create_color_trans_lutcreate_color_trans_lutCreateColorTransLutcreate_color_trans_lutCreateColorTransLutCreateColorTransLut, apply_color_trans_lutapply_color_trans_lutApplyColorTransLutapply_color_trans_lutApplyColorTransLutApplyColorTransLut

Module

Foundation


ClassesClassesClassesClasses | | | | Operators