Class Gruff::PhotoBar
In: lib/gruff/photo_bar.rb
Parent: Gruff::Base

EXPERIMENTAL!

Doesn‘t work yet.

Methods

Attributes

theme  [R]  The name of a pre-packaged photo-based theme.

Public Instance methods

def initialize(target_width=800)

  super
  init_photo_bar_graphics()

end

Return the chosen theme or the default

Protected Instance methods

Sets up colors with a list of images that will be used. Images should be 340px tall

[Validate]