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.106+a37a0b4b70")]
internal struct PALETTEENTRY
{
internal byte peRed;
internal byte peGreen;
internal byte peBlue;
internal byte peFlags;
}
}