Item Property (IColorPalette)
Gets or sets the RGB color at the specified index.
'Declaration
Default Property Item( _
ByVal As Integer _
) As Integer
'Usage
Dim instance As IColorPalette
Dim index As Integer
Dim value As Integer
instance.Item(index) = value
value = instance.Item(index)
Parameters
- index
- An integer value indicates the position of the specified color.
Property Value
The RGB color of the specified color.