'DeclarationPublic Shared Function CalculateColor( _ ByVal front As System.Drawing.Color, _ ByVal back As System.Drawing.Color, _ ByVal alpha As System.Integer _ ) As System.Drawing.Color
'UsageDim 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