Hello,
I try to use a color parameter for the Draw Text function but the text does not appear although RGBA are maxed out
if I remove the parameter and use the pin color box, it works
why can’t I use a literal as parameter ?
thanks
Hello,
I try to use a color parameter for the Draw Text function but the text does not appear although RGBA are maxed out
if I remove the parameter and use the pin color box, it works
why can’t I use a literal as parameter ?
thanks
You do realize that the values of the node you using are byte type and not float, which means, it goes from 0->255. So (1,1,1,1) is pratically black, but you can’t see because alpha is also too low.
So either correct the values or use one of the more suitable nodes:
](filedata/fetch?id=1811144&d=1600003809)