Pixel convertible concept Convertibility is non-symmetric and implies that one pixel can be converted to another, approximating the color. Conversion is explicit and sometimes lossy.
More...
#include <pixel.hpp>
template<typename SrcP, typename DstP>
struct boost::gil::PixelConvertibleConcept< SrcP, DstP >
Pixel convertible concept Convertibility is non-symmetric and implies that one pixel can be converted to another, approximating the color. Conversion is explicit and sometimes lossy.
template <PixelConcept SrcPixel, MutablePixelConcept DstPixel>
{
};
void color_convert(const SrcP &src, DstP &dst)
helper function for converting one pixel to another using GIL default color-converters where ScrP mod...
Definition color_convert.hpp:342
Pixel convertible concept Convertibility is non-symmetric and implies that one pixel can be converted...
Definition concepts/pixel.hpp:278
The documentation for this struct was generated from the following file: