Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadFractal ¶
LoadFractal is YAML parser and loader
Types ¶
type ComplexPair ¶
ComplexPair is used to represent complex number in YAML
type Fractal ¶
type Fractal struct { FractType string `yaml:"type"` MagFactor float64 `yaml:"zoom"` MaxIter float64 `yaml:"maxIter"` W float64 `yaml:"width"` H float64 `yaml:"height"` ImgWidth int `yaml:"imageWidth"` Center ComplexPair `yaml:"center"` JuliaSeed ComplexPair `yaml:"juliaSeed"` Colors []ColorDef `yaml:"colors"` ColorRepeats int `yaml:"colorRepeats"` InnerColor string `yaml:"innerColor"` FullScreen bool `yaml:"fullScreen"` }
Fractal is our main object
Click to show internal directories.
Click to hide internal directories.