'Declaration Public Function GetStopColor( _ ByVal index As Integer _ ) As ImGearVectorColorEx
'Usage Dim instance As ImGearVectorGradient Dim index As Integer Dim value As ImGearVectorColorEx value = instance.GetStopColor(index)
public ImGearVectorColorEx GetStopColor( int index )
public: ImGearVectorColorEx GetStopColor( int index )
public: ImGearVectorColorEx GetStopColor( int index )
Parameters
- index
- Stop index.
Return Value
Color of the specified stop.