1 write to GlobalColorTable
Microsoft.Maui.Controls (1)
Internals\ImageParser.cs (1)
309 GlobalColorTable = await GIFColorTable.CreateColorTableAsync(stream, GlobalColorTableSize(flags)).ConfigureAwait(false);
2 references to GlobalColorTable
Microsoft.Maui.Controls (2)
Internals\ImageParser.cs (2)
310 BackgroundColor = GlobalColorTable.Data[BackgroundColorIndex]; 490 ColorTable = _header.GlobalColorTable;