Versions in this module Expand all Collapse all v1 v1.2.0 Feb 7, 2024 v1.0.1 Dec 26, 2023 Changes in this version + const BigFloatPrec + type Field struct + func NewField(cols, rows int) *Field + func (f *Field) AddPalette(p *Palette) + func (f *Field) AdjPalette() + func (f *Field) At(x, y int) color.Color + func (f *Field) Bounds() image.Rectangle + func (f *Field) CalcMandelbrot(v *View) + func (f *Field) ColorModel() color.Model + func (f *Field) Draw(img *image.RGBA) + func (f *Field) WritePNG(dirName, fileName string) + type Path struct + func NewPath() *Path + func ReadPath(pathName string) (*Path, error) + func (p *Path) AddView(x, y, w *big.Float, it int) + func (p *Path) GetView(t float64, v *View) + func (p *Path) NumViews() int + func (p *Path) SetSamples(samp int) + type View struct + func NewView() *View + func (v *View) GetValues() (x, y, w *big.Float, it, samp int) + func (v *View) SetValues(x, y, w *big.Float, it, samp int)