Warning, file /include/boost/gil/extension/toolbox/color_spaces.hpp was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003
0004
0005
0006
0007
0008 #ifndef BOOST_GIL_EXTENSION_TOOLBOX_COLOR_SPACES_HPP
0009 #define BOOST_GIL_EXTENSION_TOOLBOX_COLOR_SPACES_HPP
0010
0011 #include <boost/gil/extension/toolbox/color_spaces/cmyka.hpp>
0012 #include <boost/gil/extension/toolbox/color_spaces/gray_alpha.hpp>
0013 #include <boost/gil/extension/toolbox/color_spaces/hsl.hpp>
0014 #include <boost/gil/extension/toolbox/color_spaces/hsv.hpp>
0015 #include <boost/gil/extension/toolbox/color_spaces/lab.hpp>
0016 #include <boost/gil/extension/toolbox/color_spaces/xyz.hpp>
0017
0018 #endif