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.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
same
Pixels
Link copied to clipboard
val
samePixels
:
Int
size
Matches
Link copied to clipboard
val
sizeMatches
:
Boolean