MPLAB® Harmony Graphics Suite
|
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.
typedef enum laGradientWidgetDirection_t { LA_GRADIENT_DIRECTION_RIGHT, LA_GRADIENT_DIRECTION_DOWN, LA_GRADIENT_DIRECTION_LEFT, LA_GRADIENT_DIRECTION_UP } laGradientWidgetDirection;
None.
MPLAB® Harmony Graphics Suite
|