Document Solutions for Imaging
GrapeCity.Documents.Imaging.Windows Assembly / GrapeCity.Documents.Imaging.Windows 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