math docs
Preparing search index...
color
color
lerp
Function lerp
lerp
(
out
:
color
.
Color
,
a
:
color
.
Color
,
b
:
color
.
Color
,
t
:
number
)
:
color
.
Color
Linearly interpolate from
a
to
b
by
t
into
out
(physically-correct blend). Returns
out
.
Parameters
out
:
color
.
Color
a
:
color
.
Color
b
:
color
.
Color
t
:
number
Returns
color
.
Color
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
math docs
Loading...
Linearly interpolate from
atobbytintoout(physically-correct blend). Returnsout.