B/c color() isn’t thread-safe, a Thread would be forced to have its own PGraphics just so it can invoke color() w/o messing w/ the “Animation” Thread.
Notice though that functions like background(), stroke(), fill(), etc. invoke color() internally too!