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