Expand description
Structs§
- Analyze
Params - Parameters required by
analyze()
. - Generic
Params - Parameters required by both
analyze()
andrender()
. - Render
Params - Parameters required by
render()
.
Enums§
- Analyze
Error - Classic
Brush - Built-in brush kinds.
- Merge
Method - Specifies the algorithm to use for merging tests.
- Render
Error
Traits§
- Brush
- Interface for custom brushes.
Functions§
- analyze
- Perform quadtree analysis for a image and store the result in a canvas.
- render
- Reconstruct the styled image in-place from the canvas from
analyze()
.