8 #ifndef BOOST_GIL_GRAY_HPP 9 #define BOOST_GIL_GRAY_HPP 11 #include <boost/mpl/range_c.hpp> 12 #include <boost/mpl/vector_c.hpp> 13 #include <boost/type_traits.hpp> 15 #include <boost/gil/utilities.hpp> 17 namespace boost {
namespace gil {
24 using gray_t = mpl::vector1<gray_color_t>;
Definition: algorithm.hpp:30
Represents a color space and ordering of channels in memory.
Definition: utilities.hpp:247
Gray.
Definition: gray.hpp:21