From b9992995dbcca59c845bcdf72eb2e564491bdd98 Mon Sep 17 00:00:00 2001 From: Yongwei Xing Date: Mon, 22 Mar 2021 15:07:40 +0800 Subject: [PATCH] update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2956134..51425f3 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ This package is still working in progress. More types would be added. Welcome an - Circle Noise - Yarn - Black Hole +- Color Canva For these kinds of art, the package provides as many parameters to control the appearance. @@ -113,6 +114,7 @@ NewCircleMove(circleNum int) NewCircleNoise(dotsN, colorMin, colorMax int) NewYarn(n int) NewBlackHole(circleN int, density, circleGap float64) +NewColorCanve(seg float64) ``` ## Docs