Function imageproc::drawing::draw_cross [] [src]

pub fn draw_cross<I>(image: &I,
                     color: I::Pixel,
                     x: i32,
                     y: i32)
                     -> VecBuffer<I::Pixel> where I: GenericImage, I::Pixel: 'static

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