kyrie / com.github.alexjlockwood.kyrie / ClipType

ClipType

enum class ClipType

Determines the clipping strategy of a ClipPathNode.

Enum Values

INTERSECT

Only the pixels drawn inside the bounds of the clip path will be displayed.

SUBTRACT

Only the pixels drawn outside the bounds of the clip path will be displayed.