This lets you do math with colors! ...What do you mean that doesn't make any sense? You think math is just done on numbers? This is a computer! Everything is numbers! _____________________________________________ Instructions: Select the operation you wish to perform from the menu. Enter the 6-digit hex code of your first color when it asks you for a color, then do the same for the second when it asks again. (If you're using Invert, just leave it blank the second time it asks.) That's really all there is to it! The answer will appear in the highlighted variable. Press space to return to the menu. New content: -It no longer breaks if you include a # in front of the hex code
Tips: If you want to make colors paint-mixing style, use "Average", not "Add". For "Divide", always make sure you're dividing a brighter color by a darker one or it's just going to end up black. When I'm drawing Minecraft skins, it's useful to be able to get very similar colors for texturing, more precise than Skindex's lighten/darken color buttons. So I made this to speed up the process of averaging colors (which is a bit of a pain to do by hand!) and also to have fun with other color math. You may end up with some surprising results, since it uses the modulo operator to ensure the numbers never go over 255 and thus stay within the RGB color range.