Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / CpalPalette Class / Colors Property

In This Topic
    Colors Property (CpalPalette)
    In This Topic
    Gets the array of palette entries. Each color has ARGB format.
    Syntax
    'Declaration
     
    Public ReadOnly Property Colors As System.UInteger()
    public System.uint[] Colors {get;}
    See Also