Function imageproc::drawing::draw_cross_mut [] [src]

pub fn draw_cross_mut<I>(image: &mut I, color: I::Pixel, x: i32, y: i32) where I: GenericImage

Draws a colored cross on an image in place. Handles coordinates outside image bounds.