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
/
invoke
invoke
operator
fun
invoke
(
width
:
Int
,
height
:
Int
,
value
:
RgbaPremultipliedArray
)
:
Bitmap32
operator
fun
invoke
(
width
:
Int
,
height
:
Int
,
value
:
RGBAPremultiplied
)
:
Bitmap32
operator
fun
invoke
(
width
:
Int
,
height
:
Int
,
premultiplied
:
Boolean
)
:
Bitmap32
@
JvmName
(
name
=
"invokeRGBA"
)
operator
fun
invoke
(
width
:
Int
,
height
:
Int
,
generator
:
(
x
:
Int
,
y
:
Int
)
->
RGBA
)
:
Bitmap32
@
JvmName
(
name
=
"invokeRGBAPremultiplied"
)
operator
fun
invoke
(
width
:
Int
,
height
:
Int
,
generator
:
(
x
:
Int
,
y
:
Int
)
->
RGBAPremultiplied
)
:
Bitmap32