Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
45
std::string_view Label::getText() const { return _text; }
46
47
SDL_Color Label::getColor() const { return _color; }
48
49
int Label::getWidth() const { return _width; }
50
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected