ComponentOne Bitmap for UWP
C1.UWP.Bitmap Assembly / C1.Xaml.Bitmap Namespace / PaletteColor Structure / PaletteColor Constructor / PaletteColor Constructor(Color)
The Windows.UI.Color value.

In This Topic
    PaletteColor Constructor(Color)
    In This Topic
    Initializes a new instance of the PaletteColor struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal color As Windows.UI.Color _
    )
    public PaletteColor( 
       Windows.UI.Color color
    )

    Parameters

    color
    The Windows.UI.Color value.
    See Also