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

In This Topic
    Add(Color) Method
    In This Topic
    Adds the specified color to the palette.
    Syntax
    'Declaration
     
    Public Overloads Sub Add( _
       ByVal color As Color _
    ) 
    public void Add( 
       Color color
    )

    Parameters

    color
    See Also