ComponentOne CalendarView 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.
    See Also