| 16 | namespace af { |
| 17 | |
| 18 | array colorspace(const array& image, const CSpace to, const CSpace from) { |
| 19 | return colorSpace(image, to, from); |
| 20 | } |
| 21 | |
| 22 | array colorSpace(const array& image, const CSpace to, const CSpace from) { |
| 23 | af_array temp = 0; |
nothing calls this directly
no test coverage detected