pub fn mask_cidrs<S>(img: &mut Image<Rgba>, masks: Option<S>) where
    S: Into<String>, 
Expand description

Given a vector of areas to highlight (masking all other blocks), turn all non-specified blocks transparent.