class Celestine::Filter::Blur
inherits Celestine::Filter::Basic
#
Gaussian blurs a source
Constants#
TAG = "feGaussianBlur"
#
"feGaussianBlur"
Methods#
#edge_mode : String?
#
: String?
How the filter should extend its image size to allow the duplication or wrapping of edge values.
- Potential Values:
duplicate | wrap | none
- Mozilla SVG Docs
#edge_mode=(edge_mode : String?)
#
(edge_mode : String?)
How the filter should extend its image size to allow the duplication or wrapping of edge values.
- Potential Values:
duplicate | wrap | none
- Mozilla SVG Docs
#standard_deviation : IFNumber?
#
: IFNumber?
The amount of bluring that should occur
#standard_deviation=(standard_deviation : IFNumber?)
#
(standard_deviation : IFNumber?)
The amount of bluring that should occur
#standard_deviation_units : String?
#
: String?
What kind of unit standard_deviation
should use when rendering
#standard_deviation_units=(standard_deviation_units : String?)
#
(standard_deviation_units : String?)
What kind of unit standard_deviation
should use when rendering
module Celestine::Filter::Blur::Attrs
#
Gaussian blurs a source
Included modules
Celestine::Filter::Basic::Attrs
Constants#
EDGE_MODE = "edgeMode"
#
"edgeMode"
STANDARD_DEVIATION = "stdDeviation"
#
"stdDeviation"