Method: Fractal::Generator.default_image_options
- Defined in:
- lib/fractal/generator.rb
.default_image_options ⇒ Object
23 24 25 |
# File 'lib/fractal/generator.rb', line 23 def { :alpha => false, :island => false, :high_color => 'ffffff', :low_color => '000000' } end |