MPLAB® Harmony Graphics Suite > Graphics Library > Aria Graphics Library > Aria User Interface Library Interface > b) Data Types and Constants > laGradientWidgetDirection Enumeration
MPLAB® Harmony Graphics Suite
laGradientWidgetDirection Enumeration

Enumeration: laGradientWidgetDirection_t 

A gradient widget is similar to a panel widget with the exception that it can draw a gradient color for its background. This operation can be more costly than drawing a solid color and should be used sparingly. 

Gradient uses 'foreground' and 'foreground inactive' as its interpolated background draw colors.

C
typedef enum laGradientWidgetDirection_t {
  LA_GRADIENT_DIRECTION_RIGHT,
  LA_GRADIENT_DIRECTION_DOWN,
  LA_GRADIENT_DIRECTION_LEFT,
  LA_GRADIENT_DIRECTION_UP
} laGradientWidgetDirection;
Remarks

None.

MPLAB® Harmony Graphics Suite