Skip to content
Snippets Groups Projects
Commit d71b121b authored by Egli Adrian (IT-SCI-API-PFI)'s avatar Egli Adrian (IT-SCI-API-PFI)
Browse files

color changed

parent 21efad63
No related branches found
No related tags found
No related merge requests found
......@@ -69,8 +69,7 @@ class PILGL(GraphicsLayer):
self.tColRail = (0, 0, 0) # black rails
self.tColGrid = (230,) * 3 # light grey for grid
sColors = "ff0000#0000ff#00ff00#ff00FF#00FFFF#FFFF00#808080#000000" + \
"#d50000#c51162#aa00ff#6200ea#304ffe#2962ff#0091ea#00b8d4#00bfa5#00c853" + \
sColors = "d50000#c51162#aa00ff#6200ea#304ffe#2962ff#0091ea#00b8d4#00bfa5#00c853" + \
"#64dd17#aeea00#ffd600#ffab00#ff6d00#ff3d00#5d4037#455a64"
self.ltAgentColors = [self.rgb_s2i(sColor) for sColor in sColors.split("#")]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment