'Declaration
Public Shared Function FromIndexedColor( _ ByVal indexedColor As Integer _ ) As Color
'Usage
Dim indexedColor As Integer Dim value As Color value = ColorHelper.FromIndexedColor(indexedColor)
public static Color FromIndexedColor( int indexedColor )
Parameters
- indexedColor
The index associated with a specific color.
This should be a number between 0 and 63.