ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGLUT Object > IGLUT Methods > Concatenate Method |
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.
Concatenate(
LUTToConcatenate As IGLUT) As IGLUT
Name | Description |
---|---|
LUTToConcatenate | LUT to concatenate |
Returns concatenated LUT.