| 
    Terraria v1.4.4.9
    
   Terraria source code documentation 
   | 
 
Classes | |
| struct | ConstantTorchLight | 
| struct | DemonTorchLight | 
| struct | DiscoTorchLight | 
| interface | ITorchLightProvider | 
| struct | ShimmerTorchLight | 
Static Public Member Functions | |
| static void | Initialize () | 
| static void | TorchColor (int torchID, out float R, out float G, out float B) | 
Static Public Attributes | |
| static int[] | Dust | 
| const short | Torch = 0 | 
| const short | Blue = 1 | 
| const short | Red = 2 | 
| const short | Green = 3 | 
| const short | Purple = 4 | 
| const short | White = 5 | 
| const short | Yellow = 6 | 
| const short | Demon = 7 | 
| const short | Cursed = 8 | 
| const short | Ice = 9 | 
| const short | Orange = 10 | 
| const short | Ichor = 11 | 
| const short | UltraBright = 12 | 
| const short | Bone = 13 | 
| const short | Rainbow = 14 | 
| const short | Pink = 15 | 
| const short | Desert = 16 | 
| const short | Coral = 17 | 
| const short | Corrupt = 18 | 
| const short | Crimson = 19 | 
| const short | Hallowed = 20 | 
| const short | Jungle = 21 | 
| const short | Mushroom = 22 | 
| const short | Shimmer = 23 | 
| static readonly short | Count = 24 | 
Static Private Attributes | |
| static ITorchLightProvider[] | _lights | 
Definition at line 6 of file TorchID.cs.