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

Method updateBackGroundImageColor

core/ui/UILayout.cpp:852–858  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

850}
851
852void Layout::updateBackGroundImageColor()
853{
854 if (_backGroundImage)
855 {
856 _backGroundImage->setColor(_backGroundImageColor);
857 }
858}
859
860void Layout::updateBackGroundImageOpacity()
861{

Callers

nothing calls this directly

Calls 1

setColorMethod · 0.45

Tested by

no test coverage detected