Hmmm…
#Clear the background on the buffer. graphics_context.rgb_fg_color = Gdk::Color.new(0, 0, 0) # buffer.draw_rectangle( # graphics_context, # true, #Filled. # 0, 0, #Lower-left corner. # @width, @height #Upper-right corner. # )
Or…
@view = TrailsView.new( :width => options[:view_width], :height => options[:view_height])#, :trail_length => 100 )
Definitely gonna put no-erase and trail length options into the GUI. Hell, add a few effects, and it might be time to open an exhibition.
Post a Comment