pub fn shade_cidrs(
    img: &mut Image<Rgba>,
    shades: Option<Vec<Shade>>
) -> Result<()>
Expand description

Given a vector of CIDRs, shade them in.