ImageGear for .NET
Concatenate Method
See Also  Send Feedback
ImageGear21.Core Assembly > ImageGear.Core Namespace > ImGearLinearLUT Class : Concatenate Method




lookupTable
LUT to be concatenated.

Glossary Item Box

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

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

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

©2013. Accusoft Corporation. All Rights Reserved.