Namespace PAC.Drawing
Classes
- GridManager
Handles drawing a grid over the image when the grid is enabled.
- Shapes
A class to define how different shapes are drawn.
- Tool
Defines the tools available to use and their properties.
- Toolbar
Handles selecting tools, brush size, etc.
- Tools
Defines how different tools act. I may rework this to be more like the BlendMode class where each Tool instance defines how it acts. Then to use a tool you would just do tool.Use(pixel) or similar.