ImageGear PDF v25.2 - Updated
LUT Property (IImGearPageDisplay)




ImageGear.Core Assembly > ImageGear.Display Namespace > IImGearPageDisplay Interface : LUT Property
Gets or sets a display lookup table.
Syntax
'Declaration
 
Property LUT As ImGearMultichannelLUT
'Usage
 
Dim instance As IImGearPageDisplay
Dim value As ImGearMultichannelLUT
 
instance.LUT = value
 
value = instance.LUT
ImGearMultichannelLUT LUT {get; set;}
__property ImGearMultichannelLUT* get_LUT();
__property void set_LUT( 
   ImGearMultichannelLUT* value
);
property ImGearMultichannelLUT^ LUT {
   ImGearMultichannelLUT^ get();
   void set (    ImGearMultichannelLUT^ value);
}

Property Value

ImageGear.Core.ImGearMultichannelLUT class.
Remarks
This property only supports ImageGear.Core.ImGearRGBLUT class objects.
See Also

Reference

IImGearPageDisplay Interface
IImGearPageDisplay Members
ImGearMultichannelLUT Class

Is this page helpful?
Yes No
Thanks for your feedback.