Image(androidJvm)

Image type.

class Image(androidJvm) : Serializable

Constructors

Image
Link copied to clipboard
open fun Image(width: Int, height: Int, data: Array<Byte>)

Functions

equals
Link copied to clipboard
open fun equals(object: Any): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

data
Link copied to clipboard
private val data: Array<Byte>
height
Link copied to clipboard
private val height: Int
width
Link copied to clipboard
private val width: Int