boost::gil::channel_multiplier_unsigned<float32_t>::operator()
Function call operator
Synopsis
Declared in <boost/gil/channel_algorithm.hpp>
float32_t
operator()(
float32_t a,
float32_t b) const;
Return Value
32‐bit floating point channel type with range [0.0f ... 1.0f]. Models ChannelValueConcept
Parameters
Name |
Description |
a |
32‐bit floating point channel type with range [0.0f ... 1.0f]. Models ChannelValueConcept |
b |
32‐bit floating point channel type with range [0.0f ... 1.0f]. Models ChannelValueConcept |
Created with MrDocs