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

In This Topic
    Set(Int32,Color,String) Method
    In This Topic
    Assigns the color and color name to the palette entry with the specified index.
    Syntax
    'Declaration
     
    Public Overloads Sub Set( _
       ByVal index As Integer, _
       ByVal color As Color, _
       ByVal colorName As String _
    ) 
    public void Set( 
       int index,
       Color color,
       string colorName
    )

    Parameters

    index
    color
    colorName
    See Also