ImageGear Professional for Windows ActiveX
CreateColorLUT Method

Description:

Creates a color LUT using one of several pseudocolor schemes. The scheme parameter selects which ImageGear predefined pseudocolor method to use. The LUT can be used to pseudocolor an 8-16 bit grayscale image.

This method does not apply the color to an image. It only fills the color LUT. To apply the LUT to an image you need pass the LUT to currentPageDisp.UpdateLUTFrom.

Syntax:

      CreateColorLUT(Scheme As enumIGMedColorSchemes, Param1 As Long,
Param2 As Long, Param3 As Long) As IGPixelArray

Parameters:

Name Description
Scheme Set this to the pre-defined color scheme that you would like to use to pseudocolor an image.
Param1 Reserved, set to 0
Param2 Reserved, set to 0
Param3 Reserved, set to 0

Return Value:

Color LUT for pseudocoloring the image.

Bits Per Pixel:

8...16g

Sample:

Med

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback