jdf / processing-py-site

Site for processing.py.
MIT License
197 stars 52 forks source link

Minor typo in Processing.py Color Tutorial #179

Closed WayneKiely closed 3 years ago

WayneKiely commented 3 years ago

Under Color Transparency (about 75% down the page) the tutorial says:

<# 55% opacity. fill(255, 0, 0, 127) rect(0, 100, 200, 40)>

This should be:

<# 50% opacity. fill(255, 0, 0, 127) rect(0, 100, 200, 40)>

Trivial, I realise, but possibly confusing.

FeXd commented 3 years ago

This has been merged and can be closed.