toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.format
/
PNG
/
InterlacedPass
Interlaced
Pass
data
class
InterlacedPass
(
val
startingRow
:
Int
,
val
startingCol
:
Int
,
val
rowIncrement
:
Int
,
val
colIncrement
:
Int
,
val
blockHeight
:
Int
,
val
blockWidth
:
Int
)
Members
Constructors
Interlaced
Pass
Link copied to clipboard
constructor
(
startingRow
:
Int
,
startingCol
:
Int
,
rowIncrement
:
Int
,
colIncrement
:
Int
,
blockHeight
:
Int
,
blockWidth
:
Int
)
Properties
block
Height
Link copied to clipboard
val
blockHeight
:
Int
block
Width
Link copied to clipboard
val
blockWidth
:
Int
col
Increment
Link copied to clipboard
val
colIncrement
:
Int
col
Increment
Shift
Link copied to clipboard
val
colIncrementShift
:
Int
row
Increment
Link copied to clipboard
val
rowIncrement
:
Int
starting
Col
Link copied to clipboard
val
startingCol
:
Int
starting
Row
Link copied to clipboard
val
startingRow
:
Int