Class: RubySvgImageGenerator::HumanAvatars::Background2
- Inherits:
-
Theme::ColorPart
- Object
- Theme::Part
- Theme::ColorPart
- RubySvgImageGenerator::HumanAvatars::Background2
- Defined in:
- lib/ruby_svg_image_generator/themes/human_avatars/background_2.rb
Constant Summary collapse
- COLORS =
["#91E3B5", "#62DB5C", "#91E3DB", "#E68585", "#dd66dd", "#738346"]
- MATRICES =
[ [ [ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0 ], [ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1 ], [ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0 ], [ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1 ], [ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0 ], [ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1 ], [ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0 ], [ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1 ], [ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0 ], [ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1 ], [ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0 ], [ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1 ], [ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0 ], [ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1 ], [ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0 ], [ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1 ], [ 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0 ], [ 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1, 0, 1 ] ],[ [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ], [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 ] ] ]
Instance Method Summary collapse
-
#initialize ⇒ Background2
constructor
A new instance of Background2.
Methods inherited from Theme::ColorPart
#[], #each, #get_matrix, #get_random_matrix
Methods inherited from Theme::Part
#[], #each, #get_matrix, #get_random_matrix, #name
Constructor Details
#initialize ⇒ Background2
50 51 52 |
# File 'lib/ruby_svg_image_generator/themes/human_avatars/background_2.rb', line 50 def initialize super "background 2" end |