quil

nblumoe 2017-07-18T05:57:45.073389Z

@mmb90 range of alpha would be 0 - 255, right? Do you really want it to be 0.5 or rather something around 127 (50% opacity)?

nblumoe 2017-07-18T05:58:58.086215Z

Or does it work with floats in the range 0-1, too? Did not actually test your code…

nblumoe 2017-07-18T06:01:36.117488Z

Just tested with CLJ (so on the JVM), I think you want 127 🙂

burbma 2017-07-18T14:56:33.502623Z

ha! I guess I assumed the alpha would be between 0 and 1.0. Works fine with 127…thanks @nblumoe.

👍 1