MCPcopy Create free account
hub / github.com/axmolengine/axmol / getFontColor

Method getFontColor

core/ui/UIRichText.cpp:1420–1423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1418}
1419
1420std::string RichText::getFontColor()
1421{
1422 return _defaults.at(KEY_FONT_COLOR_STRING).asString();
1423}
1424
1425ax::Color3B RichText::getFontColor3B()
1426{

Callers 4

setStringMethod · 0.95
UIEditBox.cppFile · 0.80

Calls 2

asStringMethod · 0.80
atMethod · 0.45

Tested by

no test coverage detected