boost::gil::channel_type<pixel_2d_locator_base<Loc, XIt, YIt>>

Synopsis

Declared in <boost/gil/locator.hpp>

template<
    typename Loc,
    typename XIt,
    typename YIt>
struct channel_type<pixel_2d_locator_base<Loc, XIt, YIt>>
    : channel_type<XIt>

Base Classes

Name

Description

channel_type<XIt>

Support for fast and simple color conversion. Accurate color conversion using color profiles can be supplied separately in a dedicated module.

Created with MrDocs