1 instantiation of GIFColorTable
Microsoft.Maui.Controls (1)
Internals\ImageParser.cs (1)
202
var colorTable = new
GIFColorTable
(size);
6 references to GIFColorTable
Microsoft.Maui.Controls (6)
Internals\ImageParser.cs (6)
200
public static async Task<
GIFColorTable
> CreateColorTableAsync(GIFDecoderStreamReader stream, short size)
202
var
colorTable = new GIFColorTable(size);
255
public
GIFColorTable
GlobalColorTable { get; private set; }
309
GlobalColorTable = await
GIFColorTable
.CreateColorTableAsync(stream, GlobalColorTableSize(flags)).ConfigureAwait(false);
381
public
GIFColorTable
ColorTable { get; private set; }
495
ColorTable = await
GIFColorTable
.CreateColorTableAsync(stream, LocalColorTableSize(flags)).ConfigureAwait(false);