orx
Toggle table of contents
0.5.0-dev.28+293aff4
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
orx
orx-boofcv
/
org.openrndr.boofcv.binding
/
resizeTo
resize
To
fun
<
T
:
ImageBase
<
out
ImageBase
<
*
>
>
?
>
ImageBase
<
T
>
.
resizeTo
(
newWidth
:
Int
?
=
null
,
newHeight
:
Int
?
=
null
)
:
T
(
source
)
fun
ColorBuffer
.
resizeTo
(
newWidth
:
Int
?
=
null
,
newHeight
:
Int
?
=
null
,
convertToGray
:
Boolean
=
false
)
:
ColorBuffer
(
source
)