Skip to contents

Creates a mp4 file

Usage

create_mp4(
  seeds,
  size,
  anchor_layout,
  hue_turn,
  color_scheme,
  color_subset_center,
  color_subset_width,
  movement,
  output_file
)

Arguments

seeds

Values to set the random seeds in gen_simplex.

size

Number of points.

anchor_layout

Either "random", "spiral", or "diamond".

hue_turn

Degree to rotate all hue values.

color_scheme

Either "subset" or "full" for hue range.

color_subset_center

Center hue value when using subset color_scheme

color_subset_width

Width hue value when using subset color_scheme

movement

Determines how the paths are animated. Options are "march" and "glide". "march" moves small parts along the path. "glide" fills the path entirely then shrinks it away.

output_file

File to save the mp4

Value

mp4 file