boost::gil::planar_devicen_view
from 4‐channel planar data
Synopsis
Declared in <boost/gil/device_n.hpp>
template<typename IC>
type_from_x_iterator<planar_pixel_iterator<IC, devicen_t<4>>>::view_t
planar_devicen_view(
std::size_t width,
std::size_t height,
IC c0,
IC c1,
IC c2,
IC c3,
std::ptrdiff_t rowsize_in_bytes);
Created with MrDocs