Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ setColor
Method
setColor
source/windowing/StarLabelWidget.cpp:46–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
}
45
46
void LabelWidget::setColor(Color newColor) {
47
m_style.color = newColor.toRgba();
48
}
49
50
void LabelWidget::setAnchor(HorizontalAnchor hAnchor, VerticalAnchor vAnchor) {
51
m_hAnchor = hAnchor;
Callers
6
textboxHandler
Method · 0.45
progressHandler
Method · 0.45
makeWidgetCallbacks
Method · 0.45
LargeCharPlateWidget
Method · 0.45
renderImpl
Method · 0.45
setPlayer
Method · 0.45
Calls
1
toRgba
Method · 0.80
Tested by
no test coverage detected