toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.format
/
GifDec
/
Table
Table
class
Table
(
var
bulk
:
Int
=
0
,
var
nentries
:
Int
=
0
,
var
entries
:
Array
<
GifDec.Entry
>
=
emptyArray()
)
Members
Constructors
Table
Link copied to clipboard
constructor
(
bulk
:
Int
=
0
,
nentries
:
Int
=
0
,
entries
:
Array
<
GifDec.Entry
>
=
emptyArray()
)
Properties
bulk
Link copied to clipboard
var
bulk
:
Int
entries
Link copied to clipboard
var
entries
:
Array
<
GifDec.Entry
>
nentries
Link copied to clipboard
var
nentries
:
Int
Functions
resize
Link copied to clipboard
fun
resize
(
count
:
Int
)