boost::gil::channel_multiplier_unsigned
This is the default implementation. Performance specializatons are provided
Synopsis
Declared in <boost/gil/channel_algorithm.hpp>
template<typename ChannelValue>
struct channel_multiplier_unsigned;
Specializations
Name |
Description |
Specialization of channel_multiply for float 0..1 channels |
|
|
Specialization of channel_multiply for 16‐bit unsigned channels |
|
Specialization of channel_multiply for 8‐bit unsigned channels |
Created with MrDocs