Windows.Win32.Graphics.Gdi.RGBQUAD
struct RGBQUAD
The RGBQUAD structure describes a color consisting of relative intensities of red, green, and blue.
namespace Windows.Win32.Graphics.Gdi
{
internal struct RGBQUAD
{
}
}