Function arrayfire::gray2rgb [] [src]

pub fn gray2rgb(input: &Array, r: f32, g: f32, b: f32) -> Array

Grayscale to Color(RGB) conversion

Parameters

  • r is fraction of red channel to appear in output
  • g is fraction of green channel to appear in output
  • b is fraction of blue channel to appear in output

Return Values

An Array with image data in target color space