Stupid graphics experiment
#2
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
Reply


Messages In This Thread
Stupid graphics experiment - by mnrvovrfc - 02-20-2023, 07:38 AM
RE: Stupid graphics experiment - by mnrvovrfc - 02-20-2023, 08:18 AM



Users browsing this thread: 2 Guest(s)