pub(crate) fn blur_screen_rect( screen: &Screen, x0: i32, y0: i32, x1: i32, y1: i32, radius: i32, )
画面上の指定矩形領域をボックスブラーする(インプレースではなく一時バッファを使用)。