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.color
/
RgbaArray
/
Companion
/
invoke
invoke
@
JvmName
(
name
=
"invokeRgba"
)
inline operator
fun
<
T
:
RGBA
>
invoke
(
vararg
colors
:
T
)
:
RgbaArray
operator
fun
invoke
(
colors
:
Array
<
RGBA
>
)
:
RgbaArray
operator
fun
invoke
(
size
:
Int
)
:
RgbaArray
inline operator
fun
invoke
(
size
:
Int
,
callback
:
(
index
:
Int
)
->
RGBA
)
:
RgbaArray