FLUT Control Reference 14.0
Methods

Functions

boolean Execute (void)
 Applies the currently selected LUT along with its settings to the input image. More...
 
void ResetLUT (void)
 Resets the array-based LUT to an identity LUT (which means that LUT[InputValue] = InputValue) and erases all the nodes defined for node-based LUTs. More...
 
void SortLUT (void)
 Sorts the LUT entry values for node-based LUT operations in ascending order of the node levels. More...
 

Detailed Description

Function Documentation

◆ Execute()

boolean Execute ( void  )

Applies the currently selected LUT along with its settings to the input image.

In case of an error this method returns zero and raises the FLut \ref CVCError event. 
Returns
TRUE if succeeded, FALSE if an error occurred.
Supported platforms:
Win32
Win64
Related Topics:
FLut CVCError event

◆ ResetLUT()

void ResetLUT ( void  )

Resets the array-based LUT to an identity LUT (which means that LUT[InputValue] = InputValue) and erases all the nodes defined for node-based LUTs.

Attention
In case of an error this method raises the CVCError event.
Supported platforms:
Win32
Win64
Related Topics:
FLut CVCError event

◆ SortLUT()

void SortLUT ( void  )

Sorts the LUT entry values for node-based LUT operations in ascending order of the node levels.

Attention
In case of an error this method returns raises the CVCError event.
Supported platforms:
Win32
Win64
Related Topics:
FLut CVCError event