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

    Parameters

    color
    The System.Drawing.Color value.
    See Also