MCPcopy 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
345void ButtonWidget::setFontColor(Color color) {
346 m_textStyle.color = (m_fontColor = color).toRgba();
347}
348
349void ButtonWidget::setFontColorDisabled(Color color) {
350 m_fontColorDisabled = color;

Callers 1

renderImplMethod · 0.45

Calls 1

toRgbaMethod · 0.80

Tested by

no test coverage detected