Skip to content

module Celestine::Modules::Filter #

Gives drawables access to applied filters

Direct including types

Celestine::Anchor Celestine::Circle Celestine::Ellipse Celestine::Gradient Celestine::Group Celestine::Image Celestine::Marker Celestine::Mask Celestine::Path Celestine::Pattern Celestine::Rectangle Celestine::Svg Celestine::Text Celestine::Use

Methods#

#filter_attribute(io : IO) #

Draws the filter attribute to an IO

View source

#set_filter(id : String) #

Sets the filter to use via ID for this drawable

View source

#set_filter(filter : Celestine::Filter) #

Sets the filter to use for this drawable

View source