ImageLayer

open class ImageLayer(var index: Int, val name: String?, val type: ImageLayer.Type = Type.NORMAL)

Inheritors

Constructors

Link copied to clipboard
constructor(index: Int, name: String?, type: ImageLayer.Type = Type.NORMAL)

Types

Link copied to clipboard

Properties

Link copied to clipboard
var index: Int
Link copied to clipboard
val name: String?
Link copied to clipboard