toggle menu
ktvn
1.0.3
jvm
switch theme
search in API
ktvn
/
com.github.benpollarduk.ktvn.io.restore
/
Thumbnail
Thumbnail
data
class
Thumbnail
(
val
width
:
Int
,
val
height
:
Int
,
val
rgbBytes
:
List
<
Byte
>
)
Provides a thumbnail in 24-bit RGB format with a specified
width
,
height
and
rgbBytes
.
Members
Constructors
Thumbnail
Link copied to clipboard
constructor
(
width
:
Int
,
height
:
Int
,
rgbBytes
:
List
<
Byte
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
height
Link copied to clipboard
val
height
:
Int
rgb
Bytes
Link copied to clipboard
val
rgbBytes
:
List
<
Byte
>
width
Link copied to clipboard
val
width
:
Int