ImageGear Professional for Windows ActiveX
Concatenate Method

Description:

Concatenates the content of the specified LUT into the IGLUT object that this method is called from, and returns result as a new IGLUT object. Application of concatenated LUT to an image produces the same result as consequent application of the input LUTs.

Input depth of the LUT to concatenate must be equal to output depth of the source LUT. If output of the source LUT is signed, input of LUT to concatenate must be signed; If output of the source LUT is unsigned, input of LUT to concatenate must be unsigned. Input depth of the result LUT will be equal to input depth of the source LUT; output depth of the result LUT will be equal to output depth of LUT to concatenate.

Syntax:

      Concatenate(        
    LUTToConcatenate As IGLUT) As IGLUT

Parameters:

Name Description
LUTToConcatenate LUT to concatenate

Return Value:

Returns concatenated LUT.

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback