I am using the RGB function in compositing. It is like this:
All the variables being used are integers. When I run the app, it says "Invalid procedure or argument". What can I do?Code:res = RGB((red1 + red2) / 2, (green1 + green2) / 2, (blue1 + blue2) / 2)




Reply With Quote