> What does this do?
Based on this video, this program
- Converts text into binary ASCII values
- Concatenates those binary values into one big binary number
- Converts that number into hexadecimal
- Splits that number up into groups of 6 digits (plus a possible leftover)
- Draws each group of 6 as a hex color
- Draws any leftover digits as text
Note: red text on a white background means there is not enough text to make any colors.