Algorithms and Utility Functions |
Classes | |
struct | default_color_converter |
class for color-converting one pixel to another More... | |
struct | pixels_are_compatible |
Returns whether two pixels are compatible. More... | |
Functions | |
template<typename SrcP, typename DstP> | |
void | boost::gil::color_convert (const SrcP &src, DstP &dst) |
helper function for converting one pixel to another using GIL default color-converters where ScrP models HomogeneousPixelConcept DstP models HomogeneousPixelValueConcept |