boost::gil::channel_multiplier_unsigned

This is the default implementation. Performance specializatons are provided

Synopsis

template<typename ChannelValue>
struct channel_multiplier_unsigned;

Member Functions

Name

operator()

Specializations

Name

Description

channel_multiplier_unsigned<float32_t>

Specialization of channel_multiply for float 0..1 channels

channel_multiplier_unsigned<std::uint16_t>

Specialization of channel_multiply for 16‐bit unsigned channels

channel_multiplier_unsigned<std::uint8_t>

Specialization of channel_multiply for 8‐bit unsigned channels

Created with MrDocs