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


In This Topic
    IncreaseBrightness Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function IncreaseBrightness( _
       ByVal color1 As System.Drawing.Color, _
       ByVal level As System.Integer _
    ) As System.Drawing.Color
    'Usage
     
    
    Dim color1 As System.Drawing.Color
    Dim level As System.Integer
    Dim value As System.Drawing.Color
     
    value = NColorHelper.IncreaseBrightness(color1, level)
    public static System.Drawing.Color IncreaseBrightness( 
       System.Drawing.Color color1,
       System.int level
    )

    Parameters

    color1
    level
    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