class Celestine::Filter::Flood
inherits Celestine::Filter::Basic
#
Composites two filter sources
Constants#
TAG = "feFlood"
#
"feFlood"
Methods#
#color : String?
#
: String?
The color of the flood fill
- Mozilla SVG Docs
TODO: Change this to
color
#color=(color : String?)
#
(color : String?)
The color of the flood fill
- Mozilla SVG Docs
TODO: Change this to
color
#opacity : IFNumber?
#
: IFNumber?
The opacity of the flood fill
- Mozilla SVG Docs
TODO: Change this to
opacity
#opacity=(opacity : IFNumber?)
#
(opacity : IFNumber?)
The opacity of the flood fill
- Mozilla SVG Docs
TODO: Change this to
opacity
module Celestine::Filter::Flood::Attrs
#
Composites two filter sources
Included modules
Celestine::Filter::Basic::Attrs
Constants#
COLOR = "flood-color"
#
"flood-color"
OPACITY = "flood-opacity"
#
"flood-opacity"