1 #ifndef color_LuvCH_akin_xyy
2 #define color_LuvCH_akin_xyy
3 
4 #include "../../generic/akin/LuvCH.hpp"
5 #include "../category.hpp"
6 #include "../../xyy/category.hpp"
7 
8 namespace color
9  {
10   namespace akin
11    {
12 
13     template< typename tag_name >
14      struct LuvCH< ::color::category::xyy< tag_name >  >
15       {
16        public:
17          typedef ::color::category::LuvCH< tag_name > akin_type;
18       };
19 
20    }
21  }
22 
23 #endif
24