ImageGear .NET v25.1 - Updated
Concatenate Method (ImGearLinearLUT)




ImageGear.Core Assembly > ImageGear.Core Namespace > ImGearLinearLUT Class : Concatenate Method
LUT to be concatenated.
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)
public override ImGearLUT Concatenate( 
   ImGearLUT lookupTable
)
public: ImGearLUT* Concatenate( 
   ImGearLUT* lookupTable
) override 
public:
ImGearLUT^ Concatenate( 
   ImGearLUT^ lookupTable
) override 

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

Reference

ImGearLinearLUT Class
ImGearLinearLUT Members
ImGearLUT Class