clear_color_trans_lutT_clear_color_trans_lutClearColorTransLutClearColorTransLut (Operator)
Name
clear_color_trans_lutT_clear_color_trans_lutClearColorTransLutClearColorTransLut
— Release the look-up-table needed for color space transformation.
Signature
Description
The operator clear_color_trans_lutclear_color_trans_lutClearColorTransLutClearColorTransLutClearColorTransLut
frees the memory of the
look-up-table created by create_color_trans_lutcreate_color_trans_lutCreateColorTransLutCreateColorTransLutCreateColorTransLut
. After calling
clear_color_trans_lutclear_color_trans_lutClearColorTransLutClearColorTransLutClearColorTransLut
the handle ColorTransLUTHandleColorTransLUTHandleColorTransLUTHandleColorTransLUTHandlecolorTransLUTHandle
becomes invalid.
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
ColorTransLUTHandleColorTransLUTHandleColorTransLUTHandleColorTransLUTHandlecolorTransLUTHandle
(input_control) color_trans_lut →
HColorTransLUT, HTupleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)
Handle of the look-up-table handle for the
color space transformation.
Result
The operator clear_all_color_trans_lutsclear_all_color_trans_lutsClearAllColorTransLutsClearAllColorTransLutsClearAllColorTransLuts
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_lutCreateColorTransLutCreateColorTransLutCreateColorTransLut
,
apply_color_trans_lutapply_color_trans_lutApplyColorTransLutApplyColorTransLutApplyColorTransLut
See also
create_color_trans_lutcreate_color_trans_lutCreateColorTransLutCreateColorTransLutCreateColorTransLut
,
apply_color_trans_lutapply_color_trans_lutApplyColorTransLutApplyColorTransLutApplyColorTransLut
Module
Foundation