diff --git a/example/example_dotline.go b/example/example_dotline.go index 4e61e73..0f1e608 100644 --- a/example/example_dotline.go +++ b/example/example_dotline.go @@ -15,7 +15,7 @@ func main() { c.SetBackground(color.RGBA{230, 230, 230, 255}) c.SetLineWidth(10) c.SetIterations(15000) - c.SetColorSchema(common.Plasma) + c.SetColorSchema(common.DarkPink) c.FillBackground() c.Draw(arts.NewDotLine(100, 20, 50, false)) c.ToPNG("dotline.png")