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

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

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