ImageGear .NET - Updated
Concatenate Method (ImGearFullLUT)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearFullLUT Class : Concatenate Method
LUT to be concatenated.
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)
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.
See Also

Reference

ImGearFullLUT Class
ImGearFullLUT Members
ImGearLUT Class