I've moved onto the world generation of Terrestroid, and everything was going well until I encountered a small problem.
I want to check if a pixel's color is greater or lesser than another color, since I am detecting certain color ranges and applying subblocks or main blocks to them.
Apparently, colors can't be compared since it returns this error upon start ("Invalid operands 'Color' and 'Color' in operator '>='."), so something like this code snippet wouldn't work ("if Color8(194,194,194,255) >= Color8(0,0,0,255)")