Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / CpalPalette Class / CpalPalette Constructor
The array of palette entries in ARGB format.

In This Topic
    CpalPalette Constructor
    In This Topic
    Initializes a new instance of the CpalPalette class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal colors() As System.UInteger _
    )
    public CpalPalette( 
       System.uint[] colors
    )

    Parameters

    colors
    The array of palette entries in ARGB format.
    See Also