I am new to processing, but not so much coding as i have done a 2 years of audio process design and implementation at my current university, using c and c++ languages.
However i am getting into the graphics world, i have created this code, which currently takes up half of the screen, the left hand side, with the the use of width/2 in the for loop.
How do i invert the graphic and procedure in the code so that the graphic does this on the other half of the screen?
Thanks, this is my first time posting so bare with me if i do not understand nor am able to impliment any of the suggestion you kindly offer!
Lewis
(wasnt sure how to put the code into this post so ill just copy and paste it in)
:):):):):):):):):):):):):)))
Based on your image, it seems that you want horizontal lines and you want invert the color of each line grayscale on right side – so a white line becomes a black line; so brightness 255 becomes 255-255 (0), brightness 192 becomes 255-192 (63) etc. Is that right?
After watching it I’m still not sure how your example sketch or your photo relates to Ryoji Ikeda’s Test Pattern No.2.