Logo
MSP Graphics Library
Graphics_Context Struct Reference

#include <grlib.h>

Data Fields

int32_t size
 The size of this structure.
 
const Graphics_Displaydisplay
 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_Fontfont
 The font used to render text onto the screen.
 

Detailed Description

This structure defines a drawing context to be used to draw onto the screen. Multiple drawing contexts may exist at any time.


The documentation for this struct was generated from the following file: