MPLAB® Harmony Graphics Suite
|
LIB_EXPORT void laDraw_2x1BevelBorder( GFX_Rect* rect, GFX_Color topOuterColor, GFX_Color topInnerColor, GFX_Color bottomOuterColor );
Parameters |
Description |
GFX_Rect* rect |
the rect to draw (screen space) |
GFX_Color topOuterColor |
the color of the top outer line |
GFX_Color topInnerColor |
the color of the top inner line |
GFX_Color bottomOuterColor |
the color of the bottom lines |
MPLAB® Harmony Graphics Suite
|