ImageGear .NET - Updated November 28, 2017
LUT Property (ImGearPresentationPageDisplay)




ImageGear23.Presentation Assembly > ImageGear.Display Namespace > ImGearPresentationPageDisplay Class : LUT Property
Gets or sets a display lookup table.
Syntax
'Declaration
 
<BindableAttribute(Bindable=True, Direction=BindingDirection.OneWay)>
Public Property LUT As ImGearMultichannelLUT
 
'Usage
 
Dim instance As ImGearPresentationPageDisplay
Dim value As ImGearMultichannelLUT
 
instance.LUT = value
 
value = instance.LUT

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