[][src]Function graphicsmagick_sys::SharpenImageChannel

pub unsafe extern "C" fn SharpenImageChannel(
    image: *const Image,
    channel: ChannelType,
    radius: f64,
    sigma: f64,
    exception: *mut ExceptionInfo
) -> *mut Image