ComponentOne Bitmap for WinForms
C1.Win.Bitmap.4.5.2 Assembly / C1.Win.Bitmap Namespace / PaletteColor Structure / PaletteColor Constructor / PaletteColor Constructor(ColorF)
The source C1.Util.DX.ColorF.

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

    Parameters

    value
    The source C1.Util.DX.ColorF.
    See Also