class

Celestine::Gradient::Radial

Inherits Celestine::Modules::CPosition / Celestine::Gradient / Celestine::Modules::Filter / Celestine::Modules::Animate / Celestine::Modules::Transform / Celestine::Drawable / Reference / Object

Constants

TAG = "radialGradient"

Instance methods

draw(io : IO) : Nil

Main draw method for a drawable. Takes in and interacts with an io.

Source
radius
radius=(radius : IFNumber | Nil)
radius_units

What kind of unit radius should use when rendering

radius_units=(radius_units : String | Nil)

What kind of unit radius should use when rendering

start_radius
start_radius=(start_radius : IFNumber | Nil)
start_radius_units

What kind of unit start_radius should use when rendering

start_radius_units=(start_radius_units : String | Nil)

What kind of unit start_radius should use when rendering

start_x
start_x=(start_x : IFNumber | Nil)
start_x_units

What kind of unit start_x should use when rendering

start_x_units=(start_x_units : String | Nil)

What kind of unit start_x should use when rendering

start_y
start_y=(start_y : IFNumber | Nil)
start_y_units

What kind of unit start_y should use when rendering

start_y_units=(start_y_units : String | Nil)

What kind of unit start_y should use when rendering

Nested types