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

Method setIndicatorIndexNodesColor

core/ui/UIPageView.cpp:413–419  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

411}
412
413void PageView::setIndicatorIndexNodesColor(const Color3B& color)
414{
415 if (_indicator != nullptr)
416 {
417 _indicator->setIndexNodesColor(color);
418 }
419}
420
421const Color3B& PageView::getIndicatorIndexNodesColor() const
422{

Callers 2

initMethod · 0.80

Calls 1

setIndexNodesColorMethod · 0.80

Tested by 1

initMethod · 0.64