seed

package
v0.0.0-...-6b7e659 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 22, 2017 License: MIT Imports: 2 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Point

type Point struct {
	X float32 `json:"x"`
	Y float32 `json:"y"`
}

type Stroke

type Stroke struct {
	Width  int     `json:"width"`
	Red    int     `json:"red"`
	Green  int     `json:"green"`
	Blue   int     `json:"blue"`
	Alpha  float32 `json:"alpha"`
	Points []Point `json:"points"`
}

func FluctuateStroke

func FluctuateStroke(s Stroke) Stroke

func GetStrokes

func GetStrokes(name string) []Stroke

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL