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

Method getFillColor

src/SFML/Graphics/Text.cpp:589–592  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

587
588////////////////////////////////////////////////////////////
589Color Text::getFillColor() const
590{
591 return m_fillColor;
592}
593
594
595////////////////////////////////////////////////////////////

Callers 2

Text.test.cppFile · 0.45
Shape.test.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected