pub fn draw_cross_mut<C>(canvas: &mut C, color: C::Pixel, x: i32, y: i32) where
    C: Canvas
Expand description

Draws a colored cross on an image in place.

Handles coordinates outside image bounds.