ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearLinearLUT Class / Concatenate Method
LUT to be concatenated.




In This Topic
Concatenate Method (ImGearLinearLUT)
In This Topic
Concatenates the content of the instance of the ImGearLinearLUT (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 ImGearLinearLUT
Dim lookupTable As ImGearLUT
Dim value As ImGearLUT
 
value = instance.Concatenate(lookupTable)

Parameters

lookupTable
LUT to be concatenated.

Return Value

ImGearLUT class object.
Remarks
If the lookupTable parameter is not an ImGearLinearLUT class object, the method throws ImGearErrorCodes.PARAMETER_HAS_INVALID_VALUE exception.
See Also