ImageData

open class ImageData(val frames: List<ImageFrame>, val loopCount: Int = 0, val width: Int = frames.firstOrNull()?.width ?: 1, val height: Int = frames.firstOrNull()?.height ?: 1, val layers: List<ImageLayer> = fastArrayListOf(), val animations: List<ImageAnimation> = fastArrayListOf(), val name: String? = null) : Extra

Constructors

Link copied to clipboard
constructor(frames: List<ImageFrame>, loopCount: Int = 0, width: Int = frames.firstOrNull()?.width ?: 1, height: Int = frames.firstOrNull()?.height ?: 1, layers: List<ImageLayer> = fastArrayListOf(), animations: List<ImageAnimation> = fastArrayListOf(), name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val area: Int
Link copied to clipboard
Link copied to clipboard
open override var extra: ExtraType
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val height: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val loopCount: Int = 0
Link copied to clipboard
Link copied to clipboard
val name: String? = null
Link copied to clipboard
val width: Int

Functions

Link copied to clipboard
Link copied to clipboard
suspend fun ImageData.showImagesAndWait(kind: Int = 0)
Link copied to clipboard
open override fun toString(): String