Sha256: 939adcc4e886c028f700126301d9e292fef4e7cb1070fe701f869c9c3073f99b

Contents?: true

Size: 463 Bytes

Versions: 43

Compression:

Stored size: 463 Bytes

Contents

proc_name = "title-background-color"

if @title_background_color.nil?
  theme_exit("must specify @title_background_color!!")
end

match(TitleSlide) do |slides|
  slides.delete_pre_draw_proc_by_name(proc_name)

  slides.add_pre_draw_proc(proc_name) do |slide, canvas, x, y, w, h, simulation|
    unless simulation
      args = [0, 0, canvas.width, canvas.height, @title_background_color]
      canvas.draw_rectangle(true, *args)
    end
    [x, y, w, h]
  end
end

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
rabbit-3.0.3 lib/rabbit/theme/title-background-color/title-background-color.rb
rabbit-3.0.2 lib/rabbit/theme/title-background-color/title-background-color.rb
rabbit-3.0.1 lib/rabbit/theme/title-background-color/title-background-color.rb
rabbit-3.0.0 lib/rabbit/theme/title-background-color/title-background-color.rb
rabbit-2.2.1 lib/rabbit/theme/title-background-color/title-background-color.rb
rabbit-2.2.0 lib/rabbit/theme/title-background-color/title-background-color.rb
rabbit-2.1.9 lib/rabbit/theme/title-background-color/title-background-color.rb
rabbit-2.1.8 lib/rabbit/theme/title-background-color/title-background-color.rb
rabbit-2.1.7 lib/rabbit/theme/title-background-color/title-background-color.rb
rabbit-2.1.6 lib/rabbit/theme/title-background-color/title-background-color.rb
rabbit-2.1.5 lib/rabbit/theme/title-background-color/title-background-color.rb
rabbit-2.1.4 lib/rabbit/theme/title-background-color/title-background-color.rb
rabbit-2.1.3 lib/rabbit/theme/title-background-color/title-background-color.rb
rabbit-2.1.2 lib/rabbit/theme/title-background-color/title-background-color.rb
rabbit-2.1.1 lib/rabbit/theme/title-background-color/title-background-color.rb
rabbit-2.1.0 lib/rabbit/theme/title-background-color/title-background-color.rb
rabbit-2.0.9 lib/rabbit/theme/title-background-color/title-background-color.rb
rabbit-2.0.8 lib/rabbit/theme/title-background-color/title-background-color.rb
rabbit-2.0.7 lib/rabbit/theme/title-background-color/title-background-color.rb
rabbit-2.0.6 lib/rabbit/theme/title-background-color/title-background-color.rb