<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.2.25163.9" />

PALETTEENTRY

struct PALETTEENTRY
Specifies the color and usage of an entry in a logical palette.
using System.CodeDom.Compiler; namespace Windows.Win32.Graphics.Gdi { [GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")] internal struct PALETTEENTRY { internal byte peRed; internal byte peGreen; internal byte peBlue; internal byte peFlags; } }