class

ContributorMural::VoronoiConfig

Inherits YAML::Serializable::Strict < YAML::Serializable < Reference < Object

Constructors

new(ctx : YAML::ParseContext, node : YAML::Nodes::Node)
Source
new(*, __context_for_yaml_serializable ctx : YAML::ParseContext, __node_for_yaml_serializable node : YAML::Nodes::Node)
Source

Instance methods

cell_size
Source
cell_size=(cell_size : Int32)
Source
gap=(gap : Int32)
Source
jitter
Source
jitter=(jitter : Float64)
Source
outline=(outline : Bool)
Source
outline?
Source
rows

How many rows to divide the wall into. Unset lets cell_size decide, which keeps the cells near that pitch and adds rows as people arrive; setting it fixes the rows instead and lets the cells take up the slack.

Source
rows=(rows : Int32 | Nil)

How many rows to divide the wall into. Unset lets cell_size decide, which keeps the cells near that pitch and adds rows as people arrive; setting it fixes the rows instead and lets the cells take up the slack.

Source
validate
Source
weight_influence
Source
weight_influence=(weight_influence : Float64)
Source
width
Source
width=(width : Int32)
Source