Skip to content

class Celestine::Filter::Blend
inherits Celestine::Filter::Basic #

Allows blending two filter sources

Constants#

TAG = "feBlend" #

Methods#

#draw(io : IO) : Nil #

Draws this blend filter to an IO

View source

#input : String? #

The first input

View source

#input2 : String? #

The second input

View source

#input2=(input2 : String?) #

The second input

View source

#input=(input : String?) #

The first input

View source

#mode : String? #

The blending type to use.

View source

#mode=(mode : String?) #

The blending type to use.

View source

module Celestine::Filter::Blend::Attrs #

Allows blending two filter sources

Included modules

Celestine::Filter::Basic::Attrs

Constants#

INPUT = "in" #

INPUT2 = "in2" #

MODE = "mode" #