| 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; } |
no outgoing calls
no test coverage detected