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