OutlineColor

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

Members

Functions

getActiveOutlineColor
string getActiveOutlineColor()

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

getDisabledOutlineColor
string getDisabledOutlineColor()

Get the disabled outline color.

getOutlineColor
string getOutlineColor()

Get the outline color.

setActiveOutlineColor
auto setActiveOutlineColor(string color)

Set the active outline 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.

setDisabledOutlineColor
auto setDisabledOutlineColor(string color)

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

setOutlineColor
auto setOutlineColor(string color)

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

Meta