commit
742d0050f7
1 changed files with 6 additions and 2 deletions
|
@ -116,8 +116,12 @@ block:
|
||||||
|
|
||||||
reset()
|
reset()
|
||||||
|
|
||||||
timeIt "blur":
|
block:
|
||||||
image.blur(40)
|
let image = newImage(200, 200)
|
||||||
|
image.fill(rgbx(255, 0, 0, 255))
|
||||||
|
|
||||||
|
timeIt "blur":
|
||||||
|
image.blur(20)
|
||||||
|
|
||||||
reset()
|
reset()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue