| 156 | */ |
| 157 | void SetForegroundColor(double _arg1, double _arg2, double _arg3); |
| 158 | void SetForegroundColor(const double _arg[3]) |
| 159 | { |
| 160 | this->SetForegroundColor(_arg[0], _arg[1], _arg[2]); |
| 161 | } |
| 162 | ///@} |
| 163 | |
| 164 | ///@{ |
nothing calls this directly
no test coverage detected