API Docs for: 2.0.0
Show:

CanvasMaskManager Class

A set of functions used to handle masking.

Constructor

Item Index

Methods

Methods

popMask

(
  • renderSession
)

Restores the current drawing context to the state it was before the mask was applied.

Parameters:

  • renderSession Object

    The renderSession whose context will be used for this mask manager.

pushMask

(
  • maskData
  • renderSession
)

This method adds it to the current stack of masks.

Parameters:

  • maskData Object

    the maskData that will be pushed

  • renderSession Object

    The renderSession whose context will be used for this mask manager.