boost::gil::pixel::pixel
Construct from Pixel
Synopsis
Declared in <boost/gil/pixel.hpp>
template<typename Pixel>
pixel(Pixel const& p)
requires is_pixel<Pixel>::value;
Parameters
Name |
Description |
p |
The object to copy construct from |
Created with MrDocs