<PackageReference Include="System.Drawing.Common" Version="11.0.0-preview.7.26381.103" />

Windows.Win32.UI.ViewManagement.IUISettings3

WinRT ABI for Windows.UI.ViewManagement.IUISettings3.
namespace Windows.Win32.UI.ViewManagement { internal struct IUISettings3 : IComIID { public static Guid IID_Guid { get; } public unsafe HRESULT QueryInterface(Guid* riid, void** ppvObject); public uint AddRef(); public uint Release(); public unsafe HRESULT GetColorValue(UIColorType desiredColor, UIColor* value); } }