-
-
Notifications
You must be signed in to change notification settings - Fork 621
term.getTextColor
starkos edited this page Apr 10, 2021
·
3 revisions
This wiki is no longer being maintained.
Retrieves the current color setting of text printed to the console
term.getTextColor()
None
The current color setting. One of the color values listed in term.setTextColor
local currentColor = term.getTextColor()
print("Current color setting is: " .. currentColor)
Premake 5.0.0 alpha 12 or later.