korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-image
/
korlibs.image.format
/
JPEGDecoder
/
ImageData
Image
Data
class
ImageData
(
val
width
:
Int
,
val
height
:
Int
,
val
data
:
UByteArrayInt
)
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