示例#1
0
 /// <summary>Get the background colour associated with this error level</summary>
 public static Colour32 Background(this EErrorLevel lvl)
 {
     return(lvl.Assoc <uint>("bg"));
 }
示例#2
0
 /// <summary>Get the foreground colour associated with this error level</summary>
 public static Colour32 Foreground(this EErrorLevel lvl)
 {
     return(lvl.Assoc <uint>("fg"));
 }