Nevron .NET Vision
Nevron.UI Namespace / NColorHelper Class / CalculateColor Method


In This Topic
    CalculateColor Method
    In This Topic
    Syntax
    '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)
    public static System.Drawing.Color CalculateColor( 
       System.Drawing.Color front,
       System.Drawing.Color back,
       System.int alpha
    )

    Parameters

    front
    back
    alpha
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also