[][src]Function graphicsmagick_sys::UnsharpMaskImageChannel

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