displayPath

fun displayPath(path: Path, border: Rgba? = null, fill: Rgba? = null): Boolean

Adds a path in the collection.

Parameters

path

The path to be added.

border

The color of the path border. By default the one from the current color scheme is used.

fill

The color of the path. By default the one from the current color scheme is used.