ImageGear Professional v18.2 > API Reference Guide > Display Component API Reference > Display Component Objects > IGPageDisplay Object > IGPageDisplay Methods > GetLUTCopy Method |
Returns the copy of image lookup tables for the color channel specified.
GetLUTCopy(colorChannel As enumColorComp) 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 |
A new instance of IGPixelArray Object. Only color components specified by colorChannel parameter are initialized.
N/A
Display