Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
RGBQUAD Struct Reference
An RGB Quad data type used by the bitmap driver. More...
#include <Bitmap.h>
Data Fields | |
uint8_t | rgbBlue |
Blue value. | |
uint8_t | rgbGreen |
Green value. | |
uint8_t | rgbRed |
Red value. | |
uint8_t | rgbReserved |
Reserved. |
Detailed Description
An RGB Quad data type used by the bitmap driver.
Definition at line 65 of file Bitmap.h.
Field Documentation
uint8_t rgbReserved |
Generated on Mon Jul 18 2022 18:51:06 by
