MCPcopy Create free account
hub / github.com/MITK/MITK / DisplayColor

Method DisplayColor

Modules/QtWidgetsExt/src/QmitkColorPropertyView.cpp:44–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44void QmitkColorPropertyView::DisplayColor()
45{
46 const mitk::Color &tmp_col(m_ColorProperty->GetColor());
47
48 QColor color(ROUND_P(tmp_col[0] * 255.0), ROUND_P(tmp_col[1] * 255.0), ROUND_P(tmp_col[2] * 255.0));
49
50 m_WidgetPalette.setColor(QPalette::Window, color);
51}

Callers

nothing calls this directly

Calls 1

setColorMethod · 0.80

Tested by

no test coverage detected