2 references to CreateColorTableAsync
Microsoft.Maui.Controls (2)
Internals\ImageParser.cs (2)
309
GlobalColorTable = await GIFColorTable.
CreateColorTableAsync
(stream, GlobalColorTableSize(flags)).ConfigureAwait(false);
495
ColorTable = await GIFColorTable.
CreateColorTableAsync
(stream, LocalColorTableSize(flags)).ConfigureAwait(false);