class

Celestine::Gradient::Linear

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

Constants

TAG = "linearGradient"

Instance methods

draw(io : IO) : Nil

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

Source
x1
x1=(x1 : IFNumber | Nil)
x1_units

What kind of unit x1 should use when rendering

x1_units=(x1_units : String | Nil)

What kind of unit x1 should use when rendering

x2
x2=(x2 : IFNumber | Nil)
x2_units

What kind of unit x2 should use when rendering

x2_units=(x2_units : String | Nil)

What kind of unit x2 should use when rendering

y1
y1=(y1 : IFNumber | Nil)
y1_units

What kind of unit y1 should use when rendering

y1_units=(y1_units : String | Nil)

What kind of unit y1 should use when rendering

y2
y2=(y2 : IFNumber | Nil)
y2_units

What kind of unit y2 should use when rendering

y2_units=(y2_units : String | Nil)

What kind of unit y2 should use when rendering

Nested types