Boost GIL


channel_converter_unsigned< uint32_t, float32_t > Struct Reference

32 bit <-> float channel conversion More...

#include <channel_algorithm.hpp>

Inheritance diagram for channel_converter_unsigned< uint32_t, float32_t >:
channel_converter_unsigned_impl< SrcChannelV, DstChannelV, SrcIsIntegral, DstIsIntegral >

Public Types

using argument_type = uint32_t
using result_type = float32_t
Public Types inherited from channel_converter_unsigned_impl< SrcChannelV, DstChannelV, SrcIsIntegral, DstIsIntegral >
using argument_type = SrcChannelV
using result_type = DstChannelV

Public Member Functions

auto operator() (uint32_t x) const -> float32_t
Public Member Functions inherited from channel_converter_unsigned_impl< SrcChannelV, DstChannelV, SrcIsIntegral, DstIsIntegral >
auto operator() (SrcChannelV src) const -> DstChannelV

Detailed Description

32 bit <-> float channel conversion


The documentation for this struct was generated from the following file: