'Declaration
Public Shared Function FromIndexedColor( _ ByVal index As Integer, _ Optional ByVal tint As Double _ ) As Color
Parameters
- index
- An integer value indicates the indexed color. The value has base 1.
- tint
- The mixture of a color with white, which increases lightness, and a shade is the mixture of a color with black, which reduces lightness. Valid values are -1 through 1.
Return Value
The Color value that this method creates.