More blur.
This commit is contained in:
parent
77e243f232
commit
fcde792086
3 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ p.polygon(100, 100, 70, sides=6)
|
|||
p.closePath()
|
||||
var mask = newImage(200, 200)
|
||||
mask.fillPath(p, rgba(255, 255, 255, 255))
|
||||
blur.blur(10)
|
||||
blur.blur(20)
|
||||
blur.draw(mask, blendMode = bmMask)
|
||||
image.draw(trees)
|
||||
image.draw(blur)
|
||||
|
|
|
@ -10,7 +10,7 @@ p.polygon(100, 100, 70, sides=6)
|
|||
p.closePath()
|
||||
var mask = newImage(200, 200)
|
||||
mask.fillPath(p, rgba(255, 255, 255, 255))
|
||||
blur.blur(10)
|
||||
blur.blur(20)
|
||||
blur.draw(mask, blendMode = bmMask)
|
||||
image.draw(trees)
|
||||
image.draw(blur)
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 85 KiB After Width: | Height: | Size: 85 KiB |
Loading…
Reference in a new issue