Boost GIL


Public Types | Public Member Functions | List of all members
channel_zeros_t< Channel > Struct Template Reference

Operation of setting channel value to zero. More...

#include <channel_numeric_operations.hpp>

Public Types

using ChannelRef = typename channel_traits< Channel >::reference
 

Public Member Functions

auto operator() (ChannelRef channel) const -> ChannelRef
 

Detailed Description

template<typename Channel>
struct boost::gil::channel_zeros_t< Channel >

Operation of setting channel value to zero.

Note
This is a generic implementation; user should specialize it for better performance.

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