boost::gil::semantic_at_c

A mutable accessor to the K‐th semantic element of a color base

Synopsis

template<
    int K,
    typename ColorBase>
kth_semantic_element_reference_type<ColorBase, K>::type
semantic_at_c(ColorBase& p)
requires !std::is_const<ColorBase>::value;

Created with MrDocs