class Celestine::Filter::Offset
Overview
Moves the output to another location
Defined in:
effects/filters/offset.crConstant Summary
-
TAG =
"feOffset"
Instance Method Summary
-
#draw(io : IO) : Nil
Draws this offset filter to an
IO
-
#dx : IFNumber | Nil
How much to offset on the x-axis
-
#dx=(dx : IFNumber | Nil)
How much to offset on the x-axis
-
#dx_units : String | Nil
What kind of unit
#dx
should use when rendering -
#dx_units=(dx_units : String | Nil)
What kind of unit
#dx
should use when rendering -
#dy : IFNumber | Nil
How much to offset on the y-axis
-
#dy=(dy : IFNumber | Nil)
How much to offset on the y-axis
-
#dy_units : String | Nil
What kind of unit
#dy
should use when rendering -
#dy_units=(dy_units : String | Nil)
What kind of unit
#dy
should use when rendering -
#input : String | Nil
The first input source
-
#input=(input : String | Nil)
The first input source