|
MSP Graphics Library
|
#include <grlib.h>
Data Fields | |
| int32_t | size |
| The size of this structure. | |
| const Graphics_Display * | display |
| The screen onto which drawing operations are performed. | |
| Graphics_Rectangle | clipRegion |
| The clipping region to be used when drawing onto the screen. | |
| uint32_t | foreground |
| The color used to draw primitives onto the screen. | |
| uint32_t | background |
| The background color used to draw primitives onto the screen. | |
| const Graphics_Font * | font |
| The font used to render text onto the screen. | |
This structure defines a drawing context to be used to draw onto the screen. Multiple drawing contexts may exist at any time.