Skip to content

class Celestine::Filter::Morphology
inherits Celestine::Filter::Basic #

Dilates or erodes it's source.

Constants#

TAG = "feMorphology" #

Methods#

#draw(io : IO) : Nil #

Draws this morphology filter to an IO

View source

#input : String? #

The first input source

View source

#input=(input : String?) #

The first input source

View source

#operator : String? #

The amount to dilate or erode

View source

#operator=(operator : String?) #

The amount to dilate or erode

View source

#radius : IFNumber? #

The amount to dilate or erode

#radius=(radius : IFNumber?) #

The amount to dilate or erode

#radius_units : String? #

What kind of unit radius should use when rendering

#radius_units=(radius_units : String?) #

What kind of unit radius should use when rendering

module Celestine::Filter::Morphology::Attrs #

Dilates or erodes it's source.

Included modules

Celestine::Filter::Basic::Attrs

Constants#

OPERATOR = "operator" #

RADIUS = "radius" #