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