FormEncounterLogsLogTypeToColorMapping Property |
Determines the colors shown for log lines in the window when compared to the detectedType from the parsing plugin.
If the key isn't defined, it is converted using Color.FromArgb(int)
Namespace: Advanced_Combat_TrackerAssembly: Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.8.5.288
Syntaxpublic Dictionary<int, Color> LogTypeToColorMapping { get; set; }Property Value
DictionaryInt32,
Color
See Also