Fork me on GitHub
#quil
<
2017-07-18
>
nblumoe05:07:45

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

nblumoe05:07:58

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

nblumoe06:07:36

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

burbma14:07:33

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