'Declaration
Public Shared Function AdjustColor( _ ByVal c1 As System.Drawing.Color, _ ByVal c2 As System.Drawing.Color, _ ByVal percent As System.Single _ ) As System.Drawing.Color
'Usage
Dim c1 As System.Drawing.Color Dim c2 As System.Drawing.Color Dim percent As System.Single Dim value As System.Drawing.Color value = NColorHelper.AdjustColor(c1, c2, percent)
Parameters
- c1
- c2
- percent