Extended Library for UWP | ComponentOne
C1.UWP.Extended Assembly / C1.Xaml.Extended Namespace / ColorPalette Class / Add Method / Add(Color,String,String) Method

In This Topic
    Add(Color,String,String) Method
    In This Topic
    Adds the color with the specified name and description.
    Syntax
    'Declaration
     
    Public Overloads Sub Add( _
       ByVal color As Color, _
       ByVal colorName As String, _
       ByVal description As String _
    ) 
    public void Add( 
       Color color,
       string colorName,
       string description
    )

    Parameters

    color
    colorName
    description
    See Also