8 #ifndef BOOST_GIL_GRAY_HPP 9 #define BOOST_GIL_GRAY_HPP 11 #include <boost/gil/utilities.hpp> 12 #include <boost/gil/detail/mp11.hpp> 14 namespace boost {
namespace gil {
21 using gray_t = mp11::mp_list<gray_color_t>;
defined(BOOST_NO_CXX17_HDR_MEMORY_RESOURCE)
Definition: algorithm.hpp:36
Represents a color space and ordering of channels in memory.
Definition: utilities.hpp:267
Gray.
Definition: gray.hpp:18