boost::gil::planar_cmyk_view

from raw CMYK planar data

Synopsis

Declared in <boost/gil/cmyk.hpp>

template<typename IC>
type_from_x_iterator<planar_pixel_iterator<IC, cmyk_t>>::view_t
planar_cmyk_view(
    std::size_t width,
    std::size_t height,
    IC c,
    IC m,
    IC y,
    IC k,
    std::ptrdiff_t rowsize_in_bytes);

Created with MrDocs