boost::gil::at_c
Provides mutable access to the K‐th element, in physical order
Synopsis
template<
int K,
typename E,
typename L,
int N>
std::add_lvalue_reference<E>::type
at_c(detail::homogeneous_color_base<E, L, N>& p);
Created with MrDocs