class Celestine::Filter::Turbulence
inherits Celestine::Filter::Basic
#
Merges one or mopre filters into a single result
Constants#
TAG = "feTurbulence"
#
"feTurbulence"
Methods#
#base_freq=(base_freq : IFNumber?)
#
(base_freq : IFNumber?)
The base frequency parameter for the noise function
#stitch_tiles : String?
#
: String?
Defines how the Perlin Noise tiles behave at the border
- Pontential Values:
noStitch | stitch
- Mozilla SVG Docs
#stitch_tiles=(stitch_tiles : String?)
#
(stitch_tiles : String?)
Defines how the Perlin Noise tiles behave at the border
- Pontential Values:
noStitch | stitch
- Mozilla SVG Docs
#type : String?
#
: String?
Type of noise function
- Pontential Values:
fractalNoise | turbulence
- Mozilla SVG Docs
#type=(type : String?)
#
(type : String?)
Type of noise function
- Pontential Values:
fractalNoise | turbulence
- Mozilla SVG Docs
module Celestine::Filter::Turbulence::Attrs
#
Merges one or mopre filters into a single result
Included modules
Celestine::Filter::Basic::Attrs