MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / SetColor

Method SetColor

src/Nazara/Graphics/ColorBackground.cpp:109–112  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 */
108
109 void ColorBackground::SetColor(const Color& color)
110 {
111 m_color = color;
112 }
113}

Callers 13

EnableBackgroundMethod · 0.45
SetBackgroundColorMethod · 0.45
ConsoleMethod · 0.45
ButtonWidgetMethod · 0.45
OnMouseButtonPressMethod · 0.45
OnMouseButtonReleaseMethod · 0.45
OnMouseEnterMethod · 0.45
OnMouseExitMethod · 0.45
ProgressBarWidgetMethod · 0.45
UpdateCheckboxMethod · 0.45
TextAreaWidgetMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected