Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PathRender ¶
PathRender renders a Path with a given Painter and width, using a divide-et impera in order to obtain close points
Types ¶
type Painter ¶
Painter is an interface for a function that recieves a set of coordinates and a factor value between 0 and 1 and returns a color
func ColorPainter ¶
ColorPainter returns a Painter function that returns the linear interpolation between color.Transparent and the given color, based on the given factor
Click to show internal directories.
Click to hide internal directories.