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