'Declaration
Public Shared Function InterpolateColors( _ ByVal color1 As System.Drawing.Color, _ ByVal color2 As System.Drawing.Color, _ ByVal factor As System.Single _ ) As System.Drawing.Color
'Usage
Dim color1 As System.Drawing.Color Dim color2 As System.Drawing.Color Dim factor As System.Single Dim value As System.Drawing.Color value = NColorHelper.InterpolateColors(color1, color2, factor)
Parameters
- color1
- color2
- factor