MCPcopy Create free account
hub / github.com/comaps/comaps / GetOpacity

Method GetOpacity

libs/drape_frontend/gui/ruler.cpp:105–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103
104 bool IsAppearing() const { return m_isAppearing; }
105 float GetOpacity() const { return static_cast<float>(m_animation.GetT()); }
106
107private:
108 bool m_isAppearing;

Callers 2

UpdateAnimationMethod · 0.45
UpdateMethod · 0.45

Calls 1

GetTMethod · 0.45

Tested by

no test coverage detected