ImageGear .NET v25.2 - Updated
LUT Property (ImGearPresentationPageDisplay)




ImageGear.Presentation Assembly > ImageGear.Display Namespace > ImGearPresentationPageDisplay Class : LUT Property
Gets or sets a display lookup table.
Syntax
'Declaration
 
<BindableAttribute(True)>
Public Property LUT As ImGearMultichannelLUT
'Usage
 
Dim instance As ImGearPresentationPageDisplay
Dim value As ImGearMultichannelLUT
 
instance.LUT = value
 
value = instance.LUT
[Bindable(true)]
public ImGearMultichannelLUT LUT {get; set;}
[Bindable(true)]
public: __property ImGearMultichannelLUT* get_LUT();
public: __property void set_LUT( 
   ImGearMultichannelLUT* value
);
[Bindable(true)]
public:
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

ImGearPresentationPageDisplay Class
ImGearPresentationPageDisplay Members
ImGearMultichannelLUT Class

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