The red and blue channels are swapped when applied to maptext. Because DX is stupid and uses BGR instead of RGB.
Numbered Steps to Reproduce Problem:
Code Snippet (if applicable) to Reproduce Problem:
maptext = "<font color=white>Test</font>
color = "red" // Results in blue "Test"
color = "blue" // Results in red "Test"
Expected Results:
The colors to match.
Actual Results:
Sad face, they do not. Green is fine though, because green is obviously the most superior color.
At first I couldn't reproduce it because my test project sets /atom/icon to one with primitive shapes, but setting icon back to null shows the bug.
A simple test project is just this (but you'll need to toggle text mode on and off to see the maptext):