Saturday, October 19, 2024

🖥 PUT Graphics Demo (16 color)

This program demonstrates the GET and PUT Graphics statements, and the "PUT Method" options (PSET, PRESET,  AND, OR, XOR), using screen mode 7 for the 16 color palette.




No comments:

Post a Comment

📚 TIP: Exporting a BAM Program for Embedding as an App in Web Pages

Say we have written an analog clock program, and we want to show that clock on a Web Page. Here is a QB64 program by b+ ported to BAM: Run t...