Layer

data class Layer(val name: String = "", val opacity: Int = 255, val blendMode: String = "")

Constructors

Link copied to clipboard
constructor(name: String = "", opacity: Int = 255, blendMode: String = "")

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val opacity: Int = 255