Documents for PDF, .NET Edition Documentation
CpalPalette Constructor

GrapeCity.Documents.Common Assembly > GrapeCity.Documents.Text Namespace > CpalPalette Class : CpalPalette Constructor
The array of palette entries in ARGB format.
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

Reference

CpalPalette Class
CpalPalette Members