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

Method setIndicatorSelectedIndexColor

core/ui/UIPageView.cpp:399–405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397}
398
399void PageView::setIndicatorSelectedIndexColor(const Color3B& color)
400{
401 if (_indicator != nullptr)
402 {
403 _indicator->setSelectedIndexColor(color);
404 }
405}
406
407const Color3B& PageView::getIndicatorSelectedIndexColor() const
408{

Calls 1

setSelectedIndexColorMethod · 0.80

Tested by

no test coverage detected