Color selector/doodler widget by AddZero. Notes from original project: I separated the color picker from the lathe 3d modeler <a href="http://scratch.mit.edu/projects/AddZero/1524so">http://scratch.mit.edu/projects/AddZero/1524so</a> you can more easily add it to your own projects. Thanks to logan996 for the idea. HOW I MADE IT: I made a scratch program that drew the color bar. it started at the lower right, with shade at zero and color at zero. sort of like this: repeat 50 times: --repeat 200 times: ----starting at one, increment the color ----by one and move the pen by 1 to the right --increment the shade by 2 and move up --one line. I tried saving the background, but it save it as a gif with only 256 colors, there was bad banding, so I capture a screenshot of scratch, cropped it and saved it as a png.