Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setFontColor
Method
setFontColor
source/windowing/StarButtonWidget.cpp:345–347 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
343
}
344
345
void ButtonWidget::setFontColor(Color color) {
346
m_textStyle.color = (m_fontColor = color).toRgba();
347
}
348
349
void ButtonWidget::setFontColorDisabled(Color color) {
350
m_fontColorDisabled = color;
Callers
1
renderImpl
Method · 0.45
Calls
1
toRgba
Method · 0.80
Tested by
no test coverage detected