toggle menu
korge-root
5.1.0
common
switch theme
search in API
korge-core
/
korlibs.image.color
/
mix
mix
fun
mix
(
dst
:
RgbaArray
,
dstX
:
Int
,
src
:
RgbaPremultipliedArray
,
srcX
:
Int
,
count
:
Int
)
fun
mix
(
dst
:
RgbaPremultipliedArray
,
dstX
:
Int
,
src
:
RgbaPremultipliedArray
,
srcX
:
Int
,
count
:
Int
)
fun
mix
(
tgt
:
RgbaPremultipliedArray
,
tgtX
:
Int
,
dst
:
RgbaPremultipliedArray
,
dstX
:
Int
,
src
:
RgbaPremultipliedArray
,
srcX
:
Int
,
count
:
Int
)
infix
fun
RGBAPremultiplied
.
mix
(
src
:
RGBAPremultiplied
)
:
RGBAPremultiplied
fun
RGBA
.
mix
(
other
:
RGBA
,
ratio
:
Ratio
)
:
RGBA
fun
RGBAPremultiplied
.
mix
(
other
:
RGBAPremultiplied
,
ratio
:
Double
)
:
RGBAPremultiplied