2 references to ToColorArray
Microsoft.Private.Windows.Core (2)
Windows\Win32\Graphics\Gdi\ARGB.cs (1)
57ToColorArray(MemoryMarshal.Cast<uint, ARGB>(argbColors));
Windows\Win32\Graphics\Gdi\ArgbBuffer.cs (1)
40public readonly Color[] ToColorArray(int length) => ARGB.ToColorArray(_bufferScope[..length]);