https://youtu.be/pDYouDiPo3kSo now I have Pencil, rectangle, filled rectangle and circle tools. Also added were:
1. File load, save and save as to the menu bar. (The file open dialog and the "save as" input line are classes, not objects - just for my own education on how to use classes )
2. Each color of the sprite is represented by an oval now instead of a rectangle.
3. Added Clear sprite, fill sprite and "change" (all) commands (upper right). The "fill" uses the current color. The "change" command changes all appearances of a selected color in the sprite to the current color.
4. A "favorites" array of up to 300 saved colors has been added. Colors are added by selecting a color from the color wheel and right clicking on one of the favorite squares. To select a color from the favorites the left mouse button is used.
To be added are
1.a filled circle tool after I tweak the circle code.
2. Sprite conversion from sprites created using ptcgraph. (The playing card loaded in the demo is from testing of the conversion process).
3. Addition of sprite commands to rotate left, right, shift up, down, left, and right and flip horizontally and vertically.