6 references to _colorTable
Microsoft.Maui.Controls (6)
Internals\ImageParser.cs (6)
174
get { return
_colorTable
; }
180
Debug.Assert(transparencyIndex <
_colorTable
.Length);
184
_oldColorValue =
_colorTable
[transparencyIndex];
185
_colorTable
[transparencyIndex] = 0;
194
_colorTable
[_transparencyIndex] = _oldColorValue;
223
_colorTable
[currentColor++] = (int)(0xFF000000 | rgb);