Add skeleton filters to orx-jumpflood

This commit is contained in:
Edwin Jakobs
2020-04-21 11:44:59 +02:00
parent e660484c4d
commit dafd309924
14 changed files with 418 additions and 33 deletions

View File

@@ -47,13 +47,12 @@ class OuterGlow : Filter() {
@DoubleParameter("image opacity", 0.0, 1.0)
var imageOpacity = 1.0
@ColorParameter("color")
var color = ColorRGBa.WHITE
private var jumpFlooder: JumpFlooder? = null
private val decodeFilter = PixelDirection()
private val glowFilter = org.openrndr.extra.jumpfill.fx.OuterGlowFilter()
private val glowFilter = OuterGlowFilter()
private var distance: ColorBuffer? = null