boost::gil::scoped_channel_value
A channel adaptor that modifies the range of the source channel. Models: ChannelValueConcept
Synopsis
Declared in <boost/gil/channel.hpp>
template<
typename BaseChannelValue,
typename MinVal,
typename MaxVal>
struct scoped_channel_value;
Member Functions
Name |
Description |
|
Constructors |
Assignment operators |
|
Multiplication assignment operator |
|
Increment operators |
|
Addition assignment operator |
|
Decrement operators |
|
Subtraction assignment operator |
|
Division assignment operator |
|
Conversion to |
Template Parameters
Name |
Description |
BaseChannelValue |
base channel (models ChannelValueConcept) |
MinVal |
class with a static apply() function returning the minimum channel values |
MaxVal |
class with a static apply() function returning the maximum channel values |
Created with MrDocs