Skip to content

abstract class Celestine::Gradient
inherits Celestine::Drawable #

Included modules

Celestine::Modules::Animate Celestine::Modules::Filter Celestine::Modules::Transform

Direct known subclasses

Celestine::Gradient::Linear Celestine::Gradient::Radial

Constants#

TAG = "WARNING DO NOT USE THIS DIRECTLY!" #

Methods#

#gradient_transform_attribute(io : IO) #

View source

#gradient_units : String? #

View source

#gradient_units=(gradient_units : String?) #

View source

#href : String? #

View source

#href=(href : String?) #

View source

#spread_method : String? #

View source

#spread_method=(spread_method : String?) #

View source

#stop(offset, color = nil, opacity = nil) #

View source

module Celestine::Gradient::Attrs #

Included modules

Celestine::Modules::Filter::Attrs Celestine::Modules::Transform::Attrs

Constants#

GRADIENT_UNITS = "gradientUnits" #

HREF = "href" #

SPREAD_METHOD = "spreadMethod" #