* Use Turbo Mode! (<Shift> key + Green Flag) This project colours the 480x360 pixels with decoded RGB colours from 3 long text values with hexadecimal digits for Red, Green and Blue. . Each of the 480x360 pixel colours was coded by separating it into Red, Green and Blue components from 0 to 255, then dividing by 16 and converting them to a single hexadecimal digit 0 to F. These hexadecimal digits were joined into one long piece of text each for Red, Green and Blue. The RGB colours are recreated in this project by multiplying the hex digits by 16 and combining the Red, Green and Blue components. RGB Colour = 65,536 * Red + 256 * Green + Blue * This "1 Line Challenge" project was created with the 480 x 360 Scanner project: https://scratch.mit.edu/projects/702539258/ * You can make your own 1 Line Challenge project with any picture using the Scanner project. For 1 Line Challenge projects, the colour of each pixel on the screen is calculated by the same formula in the line "set pen color to …" See the "1 Line Challenge" rules in the original project. 1 Line Challenge Studio: https://scratch.mit.edu/studios/2825709/ Scratch-Minion's favourite 1 Line Challenge projects: https://scratch.mit.edu/projects/126161130/ More favourite projects: https://scratch.mit.edu/projects/163476084/
* This "1 Line Challenge" project was created with the 480 x 360 Scanner project: https://scratch.mit.edu/projects/702539258/ * You can make your own 1 Line Challenge project with any picture using the Scanner project. For 1 Line Challenge projects, the colour of each pixel on the screen is calculated by the same formula in the line "set pen color to …" See the "1 Line Challenge" rules in the original project. 1 Line Challenge Studio: https://scratch.mit.edu/studios/2825709/ Scratch-Minion's favourite 1 Line Challenge projects: https://scratch.mit.edu/projects/126161130/ More favourite projects: https://scratch.mit.edu/projects/163476084/