MCPcopy Create free account
hub / github.com/SFML/SFML / getColor

Method getColor

src/SFML/Graphics/Sprite.cpp:96–99  ·  view source on GitHub ↗

///////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

94
95////////////////////////////////////////////////////////////
96Color Sprite::getColor() const
97{
98 return m_vertices[0].color;
99}
100
101
102////////////////////////////////////////////////////////////

Callers 1

Sprite.test.cppFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected