PaletteGetEntries Method

Gets a read-only wrapper of the entries of this Palette instance.

Definition

Namespace: KGySoft.Drawing.Imaging
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 8.1.0
C#
public IList<Color32> GetEntries()

Return Value

IListColor32
The entries of this Palette.

See Also