| 235 | void SetInteractionColor(double c[3]) { this->SetInteractionColor(c[0], c[1], c[2]); } |
| 236 | void SetForegroundColor(double, double, double); |
| 237 | void SetForegroundColor(double c[3]) { this->SetForegroundColor(c[0], c[1], c[2]); } |
| 238 | ///@} |
| 239 | |
| 240 | /* |
nothing calls this directly
no test coverage detected