ComponentOne MultiSelect 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.
    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