MathKit
Toggle table of contents
2.0.0
common
Target filter
common
Switch theme
Search in API
Skip to content
MathKit
MathKit
/
com.sztorm.mathkit
/
ColorRGBA32
/
copy
copy
inline
fun
copy
(
r
:
UByte
=
this.r
,
g
:
UByte
=
this.g
,
b
:
UByte
=
this.b
,
a
:
UByte
=
this.a
)
:
ColorRGBA32
Returns a copy of this instance with specified properties altered.