class Celestine::Filter::Blend inherits Celestine::Filter::Basic # Allows blending two filter sources Mozilla SVG Docs Constants# TAG = "feBlend" # Methods# #draw(io : IO) : Nil # Draws this blend filter to an IO View source #input : String? # The first input Mozilla SVG Docs View source #input2 : String? # The second input Mozilla SVG Docs View source #input2=(input2 : String?) # The second input Mozilla SVG Docs View source #input=(input : String?) # The first input Mozilla SVG Docs View source #mode : String? # The blending type to use. Mozilla SVG Docs View source #mode=(mode : String?) # The blending type to use. Mozilla SVG Docs View source module Celestine::Filter::Blend::Attrs # Allows blending two filter sources Mozilla SVG Docs Included modules Celestine::Filter::Basic::Attrs Constants# INPUT = "in" # INPUT2 = "in2" # MODE = "mode" #