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