class Celestine::Filter::Blend
Overview
Allows blending two filter sources
Defined in:
effects/filters/blend.crConstant Summary
-
TAG =
"feBlend"
Instance Method Summary
-
#draw(io : IO) : Nil
Draws this blend filter to an
IO
-
#input : String | Nil
The first input
-
#input2 : String | Nil
The second input
-
#input2=(input2 : String | Nil)
The second input
-
#input=(input : String | Nil)
The first input
-
#mode : String | Nil
The blending type to use.
-
#mode=(mode : String | Nil)
The blending type to use.