boost::gil::pixel::pixel

Constructors

Synopses

Declared in <boost/gil/pixel.hpp>

Default constructor

pixel() = default;

Copy constructor

pixel(pixel const& p);

Construct from channel_t

explicit
pixel(channel_t v);

Construct from Pixel

template<typename Pixel>
pixel(Pixel const& p)
requires is_pixel<Pixel>::value;

Created with MrDocs