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