boost::gil::semantic_at_c
semantic_at_c overloads
Synopses
Declared in <boost/gil/color_base.hpp>
A mutable accessor to the K‐th semantic element of a color base
template<
int K,
typename ColorBase>
kth_semantic_element_reference_type<ColorBase, K>::type
semantic_at_c(ColorBase& p)
requires !std::is_const<ColorBase>::value;
A constant accessor to the K‐th semantic element of a color base
template<
int K,
typename ColorBase>
kth_semantic_element_const_reference_type<ColorBase, K>::type
semantic_at_c(ColorBase const& p);
Created with MrDocs