@msdn=http://search.microsoft.com/search/results.aspx?qu=$$$ @pinvoke=http://pinvoke.net/$$$.htm Summary: Describes a color consisting of relative intensities of red, green, and blue. !!!!C# Definition: [StructLayout(LayoutKind.Sequential)] public struct RGBQUAD { public byte rgbBlue; public byte rgbGreen; public byte rgbRed; public byte rgbReserved; } !!!!VB Definition: <StructLayout(LayoutKind.Sequential)> _ Structure RGBQUAD Public rgbBlue As Byte Public rgbGreen As Byte Public rgbRed As Byte Public rgbReserved As Byte End Structure !!!!User-Defined Field Types: None. !!!!Notes: None. Documentation: RGBQUAD@msdn on MSDN
Edit Structures.RGB
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.