Function combine_rgb_channels

Source
pub fn combine_rgb_channels(
    r: &ImageBuffer<Luma<u8>, Vec<u8>>,
    g: &ImageBuffer<Luma<u8>, Vec<u8>>,
    b: &ImageBuffer<Luma<u8>, Vec<u8>>,
) -> ImageBuffer<Rgb<u8>, Vec<u8>>
Expand description

Combine RGB channels into a color image