• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • 🏆 Hive's 6th HD Modeling Contest: Mechanical is now open! Design and model a mechanical creature, mechanized animal, a futuristic robotic being, or anything else your imagination can tinker with! 📅 Submissions close on June 30, 2024. Don't miss this opportunity to let your creativity shine! Enter now and show us your mechanical masterpiece! 🔗 Click here to enter!

List of color codes for world editor??

Status
Not open for further replies.
Player colors for example: Warcraft III Color Tags And Linebreaks

There's a tool, too, but online there are tools for this probably, too: Pyritie

Basically a used color code is defined like:
  • |c (start of color code)
  • AA (Alpha)
  • RR (Red)
  • GG (Green)
  • BB (Blue)
  • "SOME TEXT"
  • |r (end of color code)
For ARGB values you can write characters: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E, F (like 0-15) to define its intensity. So FF is biggest number, and 00 is lowest number of intensity.
 
Status
Not open for further replies.
Top