Posts: 315
Threads: 32
Joined: Nov 2023
Reputation:
3
Marcus,
I am still confused in regards to "how" the pixel() command works.
Are you able to explain the output produced? (see attached image)
Regards
J
Logic is the beginning of wisdom.
Posts: 315
Threads: 32
Joined: Nov 2023
Reputation:
3
Ah... this is where my confusion kicks in... over the many years of using multiple forms of Basic, the commands for testing a colour at x,y usual produces a single integer value. If memory serves correctly, N6 handled integer values using "pixeli(x,y)"
So, as N7 currently stands, if I want to check the colour of a pixel, I will need to check all R, G, B and A values of pixel(x,y)? or am I still confused... Would it not be simpler to add pixeli() command to N7?
Logic is the beginning of wisdom.
Posts: 330
Threads: 40
Joined: Nov 2023
Reputation:
3
I released a new version with the 'pixeli' function and 'set colori' command. I didn't add any bitwise operators but provided some helper functions in the release post. Hope it helps!
Posts: 315
Threads: 32
Joined: Nov 2023
Reputation:
3
Cool... I am about to turn in for the evening... I will "take it out for a spin" in the morning... Your efforts are appreciated. Thank you.
Logic is the beginning of wisdom.