'Declaration
Public Shared Function CalculateColor( _ ByVal front As System.Drawing.Color, _ ByVal back As System.Drawing.Color, _ ByVal alpha As System.Integer _ ) As System.Drawing.Color
'Usage
Dim front As System.Drawing.Color Dim back As System.Drawing.Color Dim alpha As System.Integer Dim value As System.Drawing.Color value = NColorHelper.CalculateColor(front, back, alpha)
Parameters
- front
- back
- alpha