Skip to content

class Celestine::Image
inherits Celestine::Drawable #

Draws and holds information for images

Included modules

Celestine::Modules::Animate Celestine::Modules::Animate::Motion Celestine::Modules::Animate::Transform Celestine::Modules::Body Celestine::Modules::Filter Celestine::Modules::Mask Celestine::Modules::Transform

Constants#

TAG = "image" #

Methods#

#draw(io : IO) : Nil #

Draws the image to an IO

View source

#href : String? #

The URI for the image

View source

#href=(href : String?) #

The URI for the image

View source

#rendering : String? #

How the image should be rendered.

View source

#rendering=(rendering : String?) #

How the image should be rendered.

View source

module Celestine::Image::Attrs #