ImageGear Professional v18.2 > API Reference Guide > Display Component API Reference > Display Component Objects > IGPageDisplay Object > IGPageDisplay Methods > UpdateLUTFrom Method |
Assigns new values to red, green, and blue lookup tables.
UpdateLUTFrom(colorChannel As enumColorComp, pLUT As
IGPixelArray)
Name | Description |
---|---|
colorChannel | Specify the color components whose LUT should be returned. It can be ORed combination of IG_COLOR_COMP_R, IG_COLOR_COMP_G, IG_COLOR_COMP_B constants. |
pLUT | Array with lookup data. It should have no less than 256 entries. |
N/A
N/A
Display