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

In This Topic
    ReverseColors Method
    In This Topic
    Get the reverse order colors
    Syntax
    'Declaration
     
    
    Public Shared Function ReverseColors( _
       ByVal colors() As Color _
    ) As Color()
    public static Color[] ReverseColors( 
       Color[] colors
    )

    Parameters

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

    Return Value

    A System.Drawing.Color array indicates the reverse order colors.
    See Also