class Waxy::Meta

Instances of Meta contain attributes that describe the visual appearance of a single hexagon.

Attributes

colors[RW]

An Array (0..5) of SVG color values

fill[RW]

Hex fill not applicable to all templates

size[RW]

Array of 6 * (0.0..1.0)

scales "pie" slices
stroke[RW]

Hex border SVG stroke

Public Instance Methods

sum_size() click to toggle source

Describes how “full” a pie hexagon is

# File lib/waxy/meta.rb, line 46
def sum_size
  size.sum
end