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