A channel is convertible to another one if the channel_convert
algorithm is defined for the two channels.
More...
#include <gil_concept.hpp>
Public Member Functions | |
void | constraints () |
Public Attributes | |
SrcChannel | src |
DstChannel | dst |
A channel is convertible to another one if the channel_convert
algorithm is defined for the two channels.
Convertibility is non-symmetric and implies that one channel can be converted to another. Conversion is explicit and often lossy operation.
|
inline |
DstChannel boost::gil::ChannelConvertibleConcept< SrcChannel, DstChannel >::dst |
SrcChannel boost::gil::ChannelConvertibleConcept< SrcChannel, DstChannel >::src |