Skip to content

class Celestine::Gradient::Radial
inherits Celestine::Gradient #

Included modules

Celestine::Modules::CPosition

Constants#

TAG = "radialGradient" #

Methods#

#draw(io : IO) : Nil #

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

View source

#radius : IFNumber? #

#radius=(radius : IFNumber?) #

#radius_units : String? #

What kind of unit radius should use when rendering

#radius_units=(radius_units : String?) #

What kind of unit radius should use when rendering

#start_radius : IFNumber? #

#start_radius=(start_radius : IFNumber?) #

#start_radius_units : String? #

What kind of unit start_radius should use when rendering

#start_radius_units=(start_radius_units : String?) #

What kind of unit start_radius should use when rendering

#start_x : IFNumber? #

#start_x=(start_x : IFNumber?) #

#start_x_units : String? #

What kind of unit start_x should use when rendering

#start_x_units=(start_x_units : String?) #

What kind of unit start_x should use when rendering

#start_y : IFNumber? #

#start_y=(start_y : IFNumber?) #

#start_y_units : String? #

What kind of unit start_y should use when rendering

#start_y_units=(start_y_units : String?) #

What kind of unit start_y should use when rendering

module Celestine::Gradient::Radial::Attrs #