ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearFullLUT Class / Concatenate Method
LUT to be concatenated.




In This Topic
Concatenate Method (ImGearFullLUT)
In This Topic
Concatenates the content of the instance of the ImGearFullLUT (that this method is called from) and the content of the specified lookupTable into the resulting output lookup table.
Syntax
'Declaration
 
Public Overrides Function Concatenate( _
   ByVal lookupTable As ImGearLUT _
) As ImGearLUT
 
'Usage
 
Dim instance As ImGearFullLUT
Dim lookupTable As ImGearLUT
Dim value As ImGearLUT
 
value = instance.Concatenate(lookupTable)

Parameters

lookupTable
LUT to be concatenated.

Return Value

ImGearLUT class object.
See Also