main
Alexandre B A Villares 2018-04-18 18:46:00 -03:00
rodzic b4c3f025db
commit c067ea0ab8
1 zmienionych plików z 14 dodań i 0 usunięć

Wyświetl plik

@ -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)]