Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
MultiplyRGB()
static
Color
Terraria.Utils.MultiplyRGB
(
this
Color
firstColor
,
Color
secondColor
)
inline
static
Definition at line
1396
of file
Utils.cs
.
1397
{
1398
return
new
Color
((
byte
)((
float
)(
firstColor
.R *
secondColor
.R) / 255f), (
byte
)((
float
)(
firstColor
.G *
secondColor
.G) / 255f), (
byte
)((
float
)(
firstColor
.B *
secondColor
.B) / 255f));
1399
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
Microsoft.Xna.Framework.Graphics.SurfaceFormat.Color
@ Color
References
Microsoft.Xna.Framework.Graphics.Color
.
Terraria
Utils
Generated by
1.10.0