Equivalents to std::min_element and std::max_element for homogeneous color bases.
More...
Equivalents to std::min_element and std::max_element for homogeneous color bases.
Example:
template<typename P >
element_const_reference_type<P>::type boost::gil::static_max |
( |
const P & |
p | ) |
|
|
inline |
template<typename P >
element_reference_type<P>::type boost::gil::static_max |
( |
P & |
p | ) |
|
|
inline |
template<typename P >
element_const_reference_type<P>::type boost::gil::static_min |
( |
const P & |
p | ) |
|
|
inline |
template<typename P >
element_reference_type<P>::type boost::gil::static_min |
( |
P & |
p | ) |
|
|
inline |