boost::gil::scoped_channel_value::scoped_channel_value
Constructors
Synopses
Declared in <boost/gil/channel.hpp>
Default constructor
scoped_channel_value() = default;
Copy constructor
Construct from BaseChannelValue
scoped_channel_value(BaseChannelValue value);
Created with MrDocs