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

Method setBackgroundColor

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

Source from the content-addressed store, hash-verified

45
46 const nanogui::Color& backgroundColor() const { return mBackgroundColor; }
47 void setBackgroundColor(const nanogui::Color& backgroundColor) { mBackgroundColor = backgroundColor; }
48
49 const nanogui::Color& foregroundColor() const { return mForegroundColor; }
50 void setForegroundColor(const nanogui::Color& foregroundColor) { mForegroundColor = foregroundColor; }

Callers 2

ImageViewerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected