QB64.org Forum
Active Forums => QB64 Discussion => Topic started by: CharlieJV on February 15, 2022, 09:03:02 pm
-
I was just playing around to firm up in my head the results of the various "color action" options.
Silly code to share, but I figured what the heck:
get (0,0)-(50, 12), array
() put (190 + x
,30 + x
), array
(), and put (280 + x
,30 + x
), array
(), or put (370 + x
,30 + x
), array
(), xor print " pset", "preset", "and", "or", "xor"
-
Some more "exploratory" code to experience those color actions with actual color.
get (0,0)-(639,16), array
print "PSET, PRESET, AND, OR, XOR"
-
Pretty cool, reminds me of something similar Steve did with PUTIMAGE https://qb64forum.alephc.xyz/index.php?topic=4591.0 (https://qb64forum.alephc.xyz/index.php?topic=4591.0)