Pattern

@Serializable
@SerialName(value = "pattern")
data class Pattern(val document: Document, val fill: BackgroundFill, val intensity: Int, val isInverted: Boolean? = null, val isMoving: Boolean? = null) : BackgroundType

Constructors

Link copied to clipboard
constructor(document: Document, fill: BackgroundFill, intensity: Int, isInverted: Boolean? = null, isMoving: Boolean? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val isInverted: Boolean? = null
Link copied to clipboard
val isMoving: Boolean? = null
Link copied to clipboard