contains a series of core components needed by all graphical renderers More...
Go to the source code of this file.
| Classes | |
| struct | tcgfx::MenuFontDef | 
| struct | tcgfx::MenuPadding | 
| struct | tcgfx::MenuBorder | 
| struct | tcgfx::Coord | 
| class | tcgfx::DrawableIcon | 
| Typedefs | |
| typedef uint32_t | tcgfx::color_t | 
| Functions | |
| void | tcgfx::makePadding (MenuPadding &padding, int top, int right, int bottom, int left) | 
contains a series of core components needed by all graphical renderers
| typedef uint16_t tcgfx::color_t | 
Defines a basic color type that can be used with RGB() macro regardless of the color depth.
| 
 | inline | 
Populate a padding structure with values using the same form as HTML, top, right, bottom, left.
| padding | reference type of padding | 
| top | the top value | 
| right | the right value | 
| bottom | the bottom value | 
| left | the left value |