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>
14namespace boost {
namespace gil {
21using gray_t = mp11::mp_list<gray_color_t>;
defined(BOOST_NO_CXX17_HDR_MEMORY_RESOURCE)
Definition algorithm.hpp:36
Gray.
Definition gray.hpp:18
Represents a color space and ordering of channels in memory.
Definition utilities.hpp:268