toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.bitmap
/
Bitmap32
/
Companion
/
MatchResult
Match
Result
data
class
MatchResult
(
val
sizeMatches
:
Boolean
,
val
differentPixels
:
Int
=
0
,
val
samePixels
:
Int
=
0
)
Members
Constructors
Match
Result
Link copied to clipboard
constructor
(
sizeMatches
:
Boolean
,
differentPixels
:
Int
=
0
,
samePixels
:
Int
=
0
)
Properties
different
Pixels
Link copied to clipboard
val
differentPixels
:
Int
=
0
same
Pixels
Link copied to clipboard
val
samePixels
:
Int
=
0
size
Matches
Link copied to clipboard
val
sizeMatches
:
Boolean