Skip to content

layer

layer module contains commands for image layer management.

StartLayer

Bases: Command

Draw a line from the current position to the given position.

visit

visit(visitor: CommandVisitor) -> None

Visit start layer command.

EndLayer

Bases: Command

Draw a line from the current position to the given position.

visit

visit(visitor: CommandVisitor) -> None

Visit end layer command.