*PHOTOSENSITIVE EPILEPSY WARNING* REQUIRES TurboWarp to function Displays all 16,777,216 colors of the RGB spectrum in record time. Complete with its very own Base 10 to Base 16 converter, Fisher-Yates shuffle system, seizure-inducing light display, this project is guaranteed to bring you at least a little delight. Funny thing, it is technically possible for this project to produce an (albeit blurry) image of any scenario you can possibly imagine. I am not responsible for what images this tool may or may not generate.
This project requires TurboWarp to run. While Scratch limits lists to 200,000 entries, this project takes up almost 17 million! 1. Compile a list of all hexadecimal numbers between 0 and FFFFFF (0-16777215) 2. If the number is not 6 digits, keep adding zeros to the front until it is. 3. Append "0x" to convert it into a hex code. 4. Shuffle the list through the Fisher-Yates technique. 5. Per each frame, draw a 256x256 grid of pixels, assigning color each pixel based on the next hex code in the shuffled list.