02-20-2023, 08:18 AM
Here is one possibility:
Code: (Select All)
'The next line is duplicated from the code above. Insert the other three lines into the code above.
b = SPACE$(256000)
FOR j = 0 TO 255
_PALETTECOLOR j, _RGB32(j, j, j)
NEXT