ImageData

class ImageData(width: Int, height: Int, data: UByteArrayInt)

Functions

equals
Link copied to clipboard
common
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
open fun hashCode(): Int
toString
Link copied to clipboard
common
open fun toString(): String

Properties

data
Link copied to clipboard
common
val data: UByteArrayInt
height
Link copied to clipboard
common
val height: Int
width
Link copied to clipboard
common
val width: Int

Sources

(source)
Link copied to clipboard