boost::gil::default_color_converter_impl<rgba_t, C2>
Converting RGBA to any pixel type. Note: Supports homogeneous pixels only.
Synopsis
Declared in <boost/gil/color_convert.hpp>
template<typename C2>
struct default_color_converter_impl<rgba_t, C2>;
Description
Done by multiplying the alpha to get to RGB, then converting the RGB to the target pixel type Note: This may be slower if the compiler doesn't optimize out constructing/destructing a temporary RGB pixel. Consider rewriting if performance is an issue
Member Functions
Name |
Created with MrDocs