<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > UI (User Interface) > UDT predefined in UI module > Bitmap Header Definition > RGBQUAD |
Description
RGBQUAD structure.
Syntax
Type RGBQUAD
rgbBlue AS BYTE
rgbGreen AS BYTE
rgbRed AS BYTE
rgbReserved AS BYTE
End Type
Remarks
See also
Examples