26 #include <mln/fun/v2v/component.hh>
27 #include <mln/algebra/vec.hh>
28 #include <mln/value/rgb8.hh>
29 #include <mln/value/hsl.hh>
39 mln_assertion(f(i) == 51);
46 mln_assertion(f(v) == 51);
49 typedef algebra::vec<2,int> V;
53 mln_assertion(f(v) == 51);
60 mln_assertion(f(v) == 51);
63 typedef value::hsl_<int,int,int> V;
67 mln_assertion(f(v) == 51);