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