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