ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearMultichannelLUT Class / Item Property
Index of the LUT to get.




In This Topic
Item Property (ImGearMultichannelLUT)
In This Topic
Provides access to single channel LUTs within the multichannel LUT.
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As Integer _
) As ImGearLUT
 
'Usage
 
Dim instance As ImGearMultichannelLUT
Dim index As Integer
Dim value As ImGearLUT
 
instance.Item(index) = value
 
value = instance.Item(index)

Parameters

index
Index of the LUT to get.

Property Value

ImGearLUT class object.
See Also