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