Home
last modified time | relevance | path

Searched refs:RamChrDrawnByteColor (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Debugger/
H A DfrmMemoryViewerColors.cs28 picChrDrawnByte.BackColor = ConfigManager.Config.DebugInfo.RamChrDrawnByteColor; in frmMemoryViewerColors()
56 ConfigManager.Config.DebugInfo.RamChrDrawnByteColor = picChrDrawnByte.BackColor; in OnFormClosing()
H A DChrByteColorProvider.cs103 _colors.BackColor = ConfigManager.Config.DebugInfo.RamChrDrawnByteColor; in GetByteColor()
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/GUI.NET/Config/
H A DDebugInfo.cs281 public XmlColor RamChrDrawnByteColor = Color.DarkSeaGreen; field in Mesen.GUI.Config.DebugInfo