toggle menu
spotify-api-kotlin
4.1.3
common
switch theme
search in API
spotify-api-kotlin
/
com.soywiz.korim.format.jpg
/
JPEGDecoder
/
ImageData
Image
Data
class
ImageData
(
val
width
:
Int
,
val
height
:
Int
,
val
data
:
UByteArrayInt
)
(
source
)
Members
Constructors
Image
Data
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
,
data
:
UByteArrayInt
)
Properties
data
Link copied to clipboard
val
data
:
UByteArrayInt
height
Link copied to clipboard
val
height
:
Int
width
Link copied to clipboard
val
width
:
Int