Hello
I was trying to learn some pixel math, so I Used the Pixel math reference.
I then intended to try the circle example
d = Abs( RDist() - 250 );
f = (1.25 - iif( d < 1.25, d, 1.25 ))/1.25;
f + (1 - f)*$target
I get an error: (see image)
What is wrong or what has changed?
Regards
Geert