Click or drag to resize

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_Tracker
Assembly:  Advanced Combat Tracker (in Advanced Combat Tracker.exe) Version: 3.7.0.280
Syntax
C#
public Dictionary<int, Color> LogTypeToColorMapping { get; set; }

Property Value

Type: DictionaryInt32, Color
See Also