MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > a) Functions > laDraw_1x2BevelBorder Function
MPLAB® Harmony Graphics Suite
laDraw_1x2BevelBorder Function
C
LIB_EXPORT void laDraw_1x2BevelBorder(
    GFX_Rect* rect, 
    GFX_Color topColor, 
    GFX_Color bottomInnerColor, 
    GFX_Color bottomOuterColor
);
Parameters
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