Skip to content

module Celestine::Modules::Mask #

Gives drawable access to an applied mask

Direct including types

Celestine::Anchor Celestine::Circle Celestine::Ellipse Celestine::Group Celestine::Image Celestine::Path Celestine::Rectangle Celestine::Svg Celestine::Text Celestine::Use

Methods#

#mask_attribute(io : IO) #

Draws the mask atttribute out to an IO

View source

#set_mask(id : String) #

Sets the mask to use via ID on this drawable

View source

#set_mask(mask : Celestine::Mask) #

Sets the mask to use on this drawable

View source