fork-util
0.1.0-alpha
jvm
fork-util
/
net.peanuuutz.fork.util.common
/
Color
/
copy
copy
fun
copy
(
alpha
:
Int
=
this.alpha
,
red
:
Int
=
this.red
,
green
:
Int
=
this.green
,
blue
:
Int
=
this.blue
)
:
Color
fun
copy
(
alpha
:
Float
=
nAlpha
,
red
:
Float
=
nRed
,
green
:
Float
=
nGreen
,
blue
:
Float
=
nBlue
)
:
Color