| 39 | } |
| 40 | |
| 41 | inline void setColor(const float pRed, const float pGreen, |
| 42 | const float pBlue, const float pAlpha) { |
| 43 | mShrdPtr->setColor(pRed, pGreen, pBlue, pAlpha); |
| 44 | } |
| 45 | |
| 46 | inline void setLegend(const char* pLegend) { |
| 47 | mShrdPtr->setLegend(pLegend); |
nothing calls this directly
no outgoing calls
no test coverage detected