ImageGear Professional v18.2 > API Reference Guide > MD Component API Reference > MD Component Objects > IGMedDisplay Object > IGMedDisplay Methods > CreateColorLUT Method |
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.
CreateColorLUT(Scheme As enumIGMedColorSchemes, Param1 As Long,
Param2 As Long, Param3 As Long) As IGPixelArray
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 |
Color LUT for pseudocoloring the image.
8...16g
Med