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 module Celestine::Modules::Mask::Attrs # Direct including types Celestine::Anchor::Attrs Celestine::Circle::Attrs Celestine::Ellipse::Attrs Celestine::Group::Attrs Celestine::Image::Attrs Celestine::Path::Attrs Celestine::Rectangle::Attrs Celestine::Svg::Attrs Celestine::Text::Attrs Celestine::Use::Attrs Constants# MASK = "mask" #