Info

class Info(val width: Int, val height: Int, val flipY: Boolean, val bitsPerPixel: Int)

Constructors

Link copied to clipboard
constructor(width: Int, height: Int, flipY: Boolean, bitsPerPixel: Int)

Properties

Link copied to clipboard
val area: Int
Link copied to clipboard
Link copied to clipboard
val bytes: Int
Link copied to clipboard
Link copied to clipboard
val height: Int
Link copied to clipboard
val width: Int