Function chroma_key

Source
fn chroma_key(
    img: &mut Frame,
    key: [f32; 3],
    similarity: f32,
    smoothness: f32,
    show_mask: bool,
    spill: f32,
)