2 references to ToColorArray
System.Private.Windows.Core (2)
Windows\Win32\Graphics\Gdi\ARGB.cs (1)
56
public static Color[] ToColorArray(params ReadOnlySpan<uint> argbColors) =>
ToColorArray
(
Windows\Win32\Graphics\Gdi\ArgbBuffer.cs (1)
40
public readonly Color[] ToColorArray(int length) => ARGB.
ToColorArray
(_bufferScope[..length]);