'Declaration Public Shared Function GetNextColor( _ ByVal color As Color, _ ByVal index As Integer, _ ByVal count As Integer _ ) As Color
'Usage Dim color As Color Dim index As Integer Dim count As Integer Dim value As Color value = ColorConverter.GetNextColor(color, index, count)
Parameters
- color
- The start color value to calculate the next color relative to.
- index
- Index of the next color.
- count
- Count of total colors.