Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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

Possibly Related Threads…
Thread Author Replies Views Last Post
Star GPT-4o - BBOX Mouse States - Experiment with a diagram to hint at creation of code. grymmjack 10 2,453 08-10-2024, 04:36 PM
Last Post: Pete
  Double slit experiment vince 7 1,674 07-18-2024, 11:06 PM
Last Post: Pete
  Graphics doodling. James D Jarvis 3 927 05-02-2023, 02:58 PM
Last Post: bplus
  Just a little graphics demo James D Jarvis 2 784 09-21-2022, 08:32 PM
Last Post: James D Jarvis
  My old Turtle Graphics Fractals triggered 9 2,151 06-03-2022, 07:07 PM
Last Post: bplus

Forum Jump:


Users browsing this thread: 1 Guest(s)