class Celestine::Filter::DisplacementMap
Overview
Composites two filter sources
Defined in:
Constant Summary
-
TAG =
"feDisplacementMap"
Instance Method Summary
-
#draw(io : IO) : Nil
Draws this displacement map to an
IO
-
#input : String?
The first input source
-
#input2 : String?
The second input source
-
#input2=(input2 : String?)
The second input source
-
#input=(input : String?)
The first input source
-
#scale : IFNumber?
Displacement factor to be used
-
#scale=(scale : IFNumber?)
Displacement factor to be used
-
#x_channel_selector : String?
Seems broken ,couldn't find a working example.
-
#x_channel_selector=(x_channel_selector : String?)
Seems broken ,couldn't find a working example.
-
#y_channel_selector : String?
Seems broken ,couldn't find a working example.
-
#y_channel_selector=(y_channel_selector : String?)
Seems broken ,couldn't find a working example.
Instance methods inherited from class Celestine::Filter::Basic
filter_basic_attribute(io)
filter_basic_attribute,
result : String?
result,
result=(result : String?)
result=
Instance methods inherited from module Celestine::Modules::Animate
animate(&block : Proc(Celestine::Animate, Nil))
animate
Instance methods inherited from module Celestine::Modules::Body
body_attribute(io)
body_attribute,
height : IFNumber?
height,
height=(height : IFNumber?)
height=,
height_units : String?
height_units,
height_units=(height_units : String?)
height_units=,
width : IFNumber?
width,
width=(width : IFNumber?)
width=,
width_units : String?
width_units,
width_units=(width_units : String?)
width_units=
Instance methods inherited from module Celestine::Modules::Position
position_attribute(io : IO)
position_attribute,
x : IFNumber?
x,
x=(x : IFNumber?)
x=,
x_units : String?
x_units,
x_units=(x_units : String?)
x_units=,
y : IFNumber?
y,
y=(y : IFNumber?)
y=,
y_units : String?
y_units,
y_units=(y_units : String?)
y_units=
Instance methods inherited from class Celestine::Drawable
class_attribute(io : IO)
class_attribute,
classes : Array(String)
classes,
classes=(classes : Array(String))
classes=,
custom_attribute(io : IO)
custom_attribute,
custom_attrs : Hash(String, String)
custom_attrs,
custom_attrs=(custom_attrs)
custom_attrs=,
draw(io : IO) : Nil
draw,
id : String?
id,
id=(id : String?)
id=,
id_attribute(io : IO)
id_attribute,
inner_elements : IO::Memory
inner_elements,
inner_elements=(inner_elements)
inner_elements=,
style : Hash(String, String)
style,
style=(style)
style=,
style_attribute(io : IO)
style_attribute
Instance Method Detail
Displacement factor to be used
- [Mozilla SVG Docs](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/scale
Displacement factor to be used
- [Mozilla SVG Docs](https://developer.mozilla.org/en-US/docs/Web/SVG/Attribute/scale
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
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
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
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