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