ComponentOne Bitmap for WinForms
C1.Win.Bitmap.4.5.2 Assembly / C1.Win.Bitmap Namespace / PaletteColor Structure / PaletteColor Constructor / PaletteColor Constructor(UInt32)
A packed unsigned integer containing all four color components in 32bppBGRA format.

In This Topic
    PaletteColor Constructor(UInt32)
    In This Topic
    Initializes a new instance of the PaletteColor struct.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal argb As System.UInteger _
    )
    public PaletteColor( 
       System.uint argb
    )

    Parameters

    argb
    A packed unsigned integer containing all four color components in 32bppBGRA format.
    See Also