MCPcopy 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
46void LabelWidget::setColor(Color newColor) {
47 m_style.color = newColor.toRgba();
48}
49
50void LabelWidget::setAnchor(HorizontalAnchor hAnchor, VerticalAnchor vAnchor) {
51 m_hAnchor = hAnchor;

Callers 6

textboxHandlerMethod · 0.45
progressHandlerMethod · 0.45
makeWidgetCallbacksMethod · 0.45
LargeCharPlateWidgetMethod · 0.45
renderImplMethod · 0.45
setPlayerMethod · 0.45

Calls 1

toRgbaMethod · 0.80

Tested by

no test coverage detected