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

Method setIndexNodesColor

core/ui/UIPageViewIndicator.cpp:166–174  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void PageViewIndicator::setIndexNodesColor(const Color3B& indexNodesColor)
167{
168 _indexNodesColor = indexNodesColor;
169
170 for (auto&& indexNode : _indexNodes)
171 {
172 indexNode->setColor(indexNodesColor);
173 }
174}
175
176void PageViewIndicator::setIndexNodesOpacity(uint8_t opacity)
177{

Callers 1

Calls 1

setColorMethod · 0.45

Tested by

no test coverage detected