MCPcopy Create free account
hub / github.com/AbyssEngine/AbyssEngineOld / getColor

Method getColor

src/Abyss/UI/Label.cpp:47–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45std::string_view Label::getText() const { return _text; }
46
47SDL_Color Label::getColor() const { return _color; }
48
49int Label::getWidth() const { return _width; }
50

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected