Channel algorithms, metafunctions and utility functions. More...
Modules | |
channel_convert | |
Converting from one channel type to another. | |
channel_multiply | |
Multiplying unsigned channel values of the same type. Performs scaled multiplication result = a * b / max_value. | |
channel_invert | |
Returns the inverse of a channel. result = max_value - x + min_value. | |
Classes | |
struct | channels_are_compatible< T1, T2 > |
Predicate metafunction returning whether two channels are compatible. More... | |
Channel algorithms, metafunctions and utility functions.