FillColor

These are common commands that apply to all widgets that have them injected.

Members

Functions

getActiveFillColor
string getActiveFillColor()

Get the active fill color. An item's active state is triggered when the mouse rolls over the item.

getDisabledFillColor
string getDisabledFillColor()

Get the disabled fill color.

getFillColor
string getFillColor()

Get the fill color.

setActiveFillColor
auto setActiveFillColor(string color)

Set the active fill color. An item's active state is triggered when the mouse rolls over the item. Use colors from the preset color list or a web style hex color.

setDisabledFillColor
auto setDisabledFillColor(string color)

Set the disabled fill color. Use colors from the preset color list or a web style hex color.

setFillColor
auto setFillColor(string color)

Set the fill color. Use colors from the preset color list or a web style hex color.

Meta