ComponentOne Bitmap for WPF
C1.WPF.Bitmap.4.5.2 Assembly / C1.WPF.Bitmap Namespace / PaletteColor Structure / PaletteColor Constructor / PaletteColor Constructor(Color)
The System.Windows.Media.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 Color _
    )
    public PaletteColor( 
       Color color
    )

    Parameters

    color
    The System.Windows.Media.Color value.
    See Also