Example #1
0
 void ParserFontColor(string text)
 {
     node.d_color = Tools.ParserColorName(text, ref startPos, node.d_color);
 }