ComponentOne MultiSelect for WinForms
C1.Framework.Drawing.Gdi Namespace / GradientBrush Class / CombineColors Method
A System.Drawing.Color array indicates the colors.

In This Topic
    CombineColors Method
    In This Topic
    Combines the colors.
    Syntax
    'Declaration
     
    
    Public Shared Function CombineColors( _
       ByVal ParamArray colorsList() As Color _
    ) As Color()
    public static Color[] CombineColors( 
       params Color[] colorsList
    )

    Parameters

    colorsList
    A System.Drawing.Color array indicates the colors.

    Return Value

    A System.Drawing.Color array indicates the combined colors.
    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