Boost GIL


Public Types | Public Member Functions | List of all members
channel_multiplier_unsigned< uint8_t > Struct Template Reference

Specialization of channel_multiply for 8-bit unsigned channels. More...

#include <channel_algorithm.hpp>

Public Types

using first_argument_type = uint8_t
 
using second_argument_type = uint8_t
 
using result_type = uint8_t
 

Public Member Functions

uint8_t operator() (uint8_t a, uint8_t b) const
 

Detailed Description

template<>
struct boost::gil::channel_multiplier_unsigned< uint8_t >

Specialization of channel_multiply for 8-bit unsigned channels.


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