Skip to content

class Celestine::Filter::Flood
inherits Celestine::Filter::Basic #

Composites two filter sources

Constants#

TAG = "feFlood" #

Methods#

#color : String? #

The color of the flood fill

View source

#color=(color : String?) #

The color of the flood fill

View source

#draw(io : IO) : Nil #

Draws this flood filter to an IO

View source

#opacity : IFNumber? #

The opacity of the flood fill

View source

#opacity=(opacity : IFNumber?) #

The opacity of the flood fill

View source

module Celestine::Filter::Flood::Attrs #

Composites two filter sources

Included modules

Celestine::Filter::Basic::Attrs

Constants#

COLOR = "flood-color" #

OPACITY = "flood-opacity" #