class Celestine::Filter::DisplacementMap
inherits Celestine::Filter::Basic
#
Composites two filter sources
Constants#
TAG = "feDisplacementMap"
#
"feDisplacementMap"
Methods#
#scale : IFNumber?
#
: IFNumber?
Displacement factor to be used
- [Mozilla SVG Docs](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/scale
#scale=(scale : IFNumber?)
#
(scale : IFNumber?)
Displacement factor to be used
- [Mozilla SVG Docs](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/scale
#x_channel_selector : String?
#
: String?
Seems broken ,couldn't find a working example. Even mozilla's example was busted.
- Potential Values:
R | G | B | A
- [Mozilla SVG Docs](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/xChannelSelector
#x_channel_selector=(x_channel_selector : String?)
#
(x_channel_selector : String?)
Seems broken ,couldn't find a working example. Even mozilla's example was busted.
- Potential Values:
R | G | B | A
- [Mozilla SVG Docs](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/xChannelSelector
#y_channel_selector : String?
#
: String?
Seems broken ,couldn't find a working example. Even mozilla's example was busted.
- Potential Values:
R | G | B | A
- [Mozilla SVG Docs](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/yChannelSelector
#y_channel_selector=(y_channel_selector : String?)
#
(y_channel_selector : String?)
Seems broken ,couldn't find a working example. Even mozilla's example was busted.
- Potential Values:
R | G | B | A
- [Mozilla SVG Docs](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/yChannelSelector
module Celestine::Filter::DisplacementMap::Attrs
#
Composites two filter sources