Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ coatingColor()

static Color Terraria.WorldGen.coatingColor ( int coating)
inlinestatic

Definition at line 35188 of file WorldGen.cs.

35189 {
35190 return coating switch
35191 {
35192 1 => new Color(235, 170, 255, 255),
35193 2 => new Color(180, 245, 255, 255),
35194 _ => Color.Transparent,
35195 };
35196 }
static Color Transparent
Definition Color.cs:76

References Microsoft.Xna.Framework.Color.Transparent.