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;
}
}