FillBar.h
Fill from the bottom to the top.
FillDirection
Sets the fill direction of the bar.
Definition: FillBar.h:53
Fill from the left to the right. This is the default.
Will linearly fill the bar at a moderate rate.
void SetColorBorder(const Color &c)
Sets the color of the fill border.
Fill from the right to the left.
Always shows exactly the fill amount.
Definition: AssetID.h:37
void SetColorEmpty(const Color &c)
Sets the background color for the empty portion of the bar.
void SetColorFill(const Color &c)
Sets the color of the filling visual.
Will linearly fill the bar at a slow rate.
Will quickly ease the bar to match the fill. This is the default.
void SetFillTransition(FillTransition f)
Sets the fill transition.
Will slowly ease the bar to match the fill.
FillTransition
Sets how the bar will show the fraction of fill when it changes.
Definition: FillBar.h:63
Fill from the top to the bottom.