From 0072f7182297147fea526044d4f1596ae4c0b71c Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 12 Oct 2015 07:19:35 +0100 Subject: [PATCH] Add description to colour picking algorithms article --- BigBoxOfAlgorithms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BigBoxOfAlgorithms.md b/BigBoxOfAlgorithms.md index 3f9f02d..1ef1d0e 100644 --- a/BigBoxOfAlgorithms.md +++ b/BigBoxOfAlgorithms.md @@ -1,3 +1,3 @@ # Big Box of Algorithms - - [Choosing Colours Procedurally](http://devmag.org.za/2012/07/29/how-to-choose-colours-procedurally-algorithms/) + - [Choosing Colours Procedurally](http://devmag.org.za/2012/07/29/how-to-choose-colours-procedurally-algorithms/) - A good article on different procedural colour picking algorithms.