[][src]Crate amicola

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.

SampleDepth

Super sampling depths for the hammersley pattern.

ShadeCommand

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.

Type Definitions

V2
V4