🌈 Create new beautiful Compose Gradients with our new wesite ->
Class

ClipOp

Defines how a new clip region should be merged with the existing clip region.

Source set: Common
public class ClipOp internal constructor(@Suppress("unused") private val value: Int)

Defines how a new clip region should be merged with the existing clip region.

Used by Canvas.clipRect.

Functions

toString

Source set: Common
override fun toString(): String

Members

Companion

Source set: Common
public companion object

Properties

Difference

Source set: Common
public val Difference: ClipOp

Subtract the new region from the existing region.

Intersect

Source set: Common
public val Intersect: ClipOp

Intersect the new region from the existing region.