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

Method setColor

core/ui/UIRichText.cpp:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137void RichElement::setColor(const Color3B& color)
138{
139 _color = color;
140}
141
142RichElementText* RichElementText::create(int tag,
143 const Color3B& color,

Callers 15

setSelectedIndexColorMethod · 0.45
createControlsMethod · 0.45
startElementMethod · 0.45
formatTextMethod · 0.45
engine_inj_create_lumpFunction · 0.45
setCursorColorMethod · 0.45
setIndexNodesColorMethod · 0.45
increaseNumberOfPagesMethod · 0.45
setBackGroundColorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected