Haxe API Documentation
Back
|
Index
extern
class
js.html.svg.FEGaussianBlurElement
extends
Element
Available in js
The filter blurs the input image by the amount specified in
stdDeviation
, which defines the bell-curve.
Documentation for this class was provided by
MDN
.
var
in1(default,null) :
AnimatedString
var
stdDeviationX(default,null) :
AnimatedNumber
var
stdDeviationY(default,null) :
AnimatedNumber
function
setStdDeviation(stdDeviationX :
Float
, stdDeviationY :
Float
) :
Void
Back
|
Index