From c067ea0ab88de1cc697432cf037b83cba8c99c84 Mon Sep 17 00:00:00 2001 From: Alexandre B A Villares Date: Wed, 18 Apr 2018 18:46:00 -0300 Subject: [PATCH] readme 108 --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index ac254b51..da2b45f4 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,20 @@ If you enjoy this, make a small donation [here](https://www.paypal.com/cgi-bin/w ---- +![s108](s108/s108.gif) + +108: [code](https://github.com/villares/sketch-a-day/tree/master/s107) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)] + + +```python +colorMode(HSB) +... +C = color(map(abs(final_size), 0, 63, 0, 255), + 255, 255) +``` + +---- + ![s107](s107/s107.gif) 107: [code](https://github.com/villares/sketch-a-day/tree/master/s107) [[Py.Processing](https://villares.github.io/como-instalar-o-processing-modo-python/index-EN)]