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