Add colors

This commit is contained in:
mindv0rtex
2021-03-02 16:18:04 -05:00
parent 9dbe6144f0
commit 0c2158a408
4 changed files with 136 additions and 15 deletions

View File

@@ -13,7 +13,7 @@ impl Blur {
}
}
/// Blur an image with 3 box filter passes. The result will be written to the src slice, while
/// Blur an image with 2 box filter passes. The result will be written to the src slice, while
/// the buf slice is used as a scratch space.
pub fn run(
&mut self,