Expand description
A rasterizer for fine art.
Structs§
- Path
- A path is an input to the rasterizer, a series of vertices.
Enums§
- Method
- The method by which the rasterizer will rasterize the vector path.
- Sample
Depth - Super sampling depths for the hammersley pattern.
- Shade
Command - A command to shade a pixel.
Functions§
- fill_
path - Generates commands to shade the area inside the path. The path is automatically closed by assuming an edge from the last to the first vertex.