class Celestine::Gradient::Radial
inherits Celestine::Gradient
#
Included modules
Celestine::Modules::CPosition
Constants#
TAG = "radialGradient"
#
"radialGradient"
Methods#
#draw(io : IO) : Nil
#
(io : IO) : Nil
Main draw method for a drawable. Takes in and interacts with an io.
#radius : IFNumber?
#
: IFNumber?
#radius=(radius : IFNumber?)
#
(radius : IFNumber?)
#start_radius : IFNumber?
#
: IFNumber?
#start_radius=(start_radius : IFNumber?)
#
(start_radius : IFNumber?)
#start_radius_units : String?
#
: String?
What kind of unit start_radius
should use when rendering
#start_radius_units=(start_radius_units : String?)
#
(start_radius_units : String?)
What kind of unit start_radius
should use when rendering
#start_x : IFNumber?
#
: IFNumber?
#start_x=(start_x : IFNumber?)
#
(start_x : IFNumber?)
#start_y : IFNumber?
#
: IFNumber?
#start_y=(start_y : IFNumber?)
#
(start_y : IFNumber?)
module Celestine::Gradient::Radial::Attrs
#
Included modules
Celestine::Modules::CPosition::Attrs