ImageGear .NET - Updated
UpdateLUT Method (ImGearPresentationPageDisplay)




ImageGear24.Presentation Assembly > ImageGear.Display Namespace > ImGearPresentationPageDisplay Class : UpdateLUT Method
Multichannel lookup table.
Contrast settings.
Updates the ImGearPageDisplay lookup table.
Syntax
'Declaration
 
Public Sub UpdateLUT( _
   ByVal colorLUT As ImGearMultichannelLUT, _
   ByVal contrastSettings As IImGearContrastSettings _
) 
'Usage
 
Dim instance As ImGearPresentationPageDisplay
Dim colorLUT As ImGearMultichannelLUT
Dim contrastSettings As IImGearContrastSettings
 
instance.UpdateLUT(colorLUT, contrastSettings)

Parameters

colorLUT
Multichannel lookup table.
contrastSettings
Contrast settings.
Remarks
The ImGearPageDisplay lookup table is updated as follows:
See Also

Reference

ImGearPresentationPageDisplay Class
ImGearPresentationPageDisplay Members
ImGearMultichannelLUT Class
IImGearContrastSettings Interface