Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenerationParams ¶
type GenerationParams struct { Seed string Height int Width int // contains filtered or unexported fields }
GenerationParams common params between all generators
func (*GenerationParams) Image ¶
func (gp *GenerationParams) Image() *image.RGBA
func (*GenerationParams) Rand ¶
func (gp *GenerationParams) Rand() *rand.Rand
Click to show internal directories.
Click to hide internal directories.