PaletteGetEntries Method
Gets a read-only wrapper of the entries of this
Palette instance.
Namespace: KGySoft.Drawing.ImagingAssembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.0.0
public IList<Color32> GetEntries()
Public Function GetEntries As IList(Of Color32)
public:
IList<Color32>^ GetEntries()
member GetEntries : unit -> IList<Color32>
Return Value
IListColor32The entries of this
Palette.