Skip to main content

channel_add

Function channel_add 

Source
pub fn channel_add<T, const N: usize>(a: T, b: T) -> T
where T: ChannelArray<N>,
Expand description

Channel-wise addition of two colors.