MCPcopy Create free account
hub / github.com/Tom94/tev / setForegroundColor

Method setForegroundColor

include/tev/MultiGraph.h:50–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48
49 const nanogui::Color& foregroundColor() const { return mForegroundColor; }
50 void setForegroundColor(const nanogui::Color& foregroundColor) { mForegroundColor = foregroundColor; }
51
52 const nanogui::Color& textColor() const { return mTextColor; }
53 void setTextColor(const nanogui::Color& textColor) { mTextColor = textColor; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected