ImageGear .NET - Updated October 2, 2018
Item Property (ImGearMultichannelLUT)




ImageGear24.Core Assembly > ImageGear.Core Namespace > ImGearMultichannelLUT Class : Item Property
Index of the LUT to get.
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

Reference

ImGearMultichannelLUT Class
ImGearMultichannelLUT Members
ImGearLUT Class