Haxe API Documentation
Back
|
Index
extern
class
js.html.svg.FEMorphologyElement
extends
Element
Available in js
This filter is used to erode or dilate the input image. It's usefulness lies especially in fattening or thinning effects.
Documentation for this class was provided by
MDN
.
var
in1(default,null) :
AnimatedString
var
operator(default,null) :
AnimatedEnumeration
var
radiusX(default,null) :
AnimatedNumber
var
radiusY(default,null) :
AnimatedNumber
function
setRadius(radiusX :
Float
, radiusY :
Float
) :
Void
static
inline
var
SVG_MORPHOLOGY_OPERATOR_DILATE :
Int
static
inline
var
SVG_MORPHOLOGY_OPERATOR_ERODE :
Int
static
inline
var
SVG_MORPHOLOGY_OPERATOR_UNKNOWN :
Int
Back
|
Index